#A937B1

Color #A937B1 Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #A937B1

Tints of Dark Orchid #A937B1

Color information

#A937B1 (or 0xA937B1) is unknown color: approx Dark Orchid. HEX triplet: A9, 37 and B1. RGB value is (169,55,177). Sum of RGB (Red+Green+Blue) = 169+55+177=401 (53% of max value = 765). Red value is 169 (66.41% from 255 or 42.14% from 401); Green value is 55 (21.88% from 255 or 13.72% from 401); Blue value is 177 (69.53% from 255 or 44.14% from 401); Max value from RGB is 177 - color contains mainly: blue. Hex color #A937B1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A937B1 is #56C84E. Grayscale: #666666. Windows color (decimal): -5687375 or 11614121. OLE color: 11614121.

HSL color Cylindrical-coordinate representation of color #A937B1: hue angle of 296.07º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A937B1 is Cyan = 0.05, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB16955177-
CMYK0.050.6900.31
HSL296.07º52.59%45.49%-
HSV(B)296.07º68.93%69.41%-
XYZ25.6614.3443.01-
YUV102.99169.77175.08-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 169 (66.41% from 255) = 42.14%
GREEN value IS 55 (21.88% from 255) = 13.72%
BLUE value IS 177 (69.53% from 255) = 44.14%
R=42.14%
G=13.72%
B=44.14%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal169551770.050.6900.31296.0752.5945.49
HexA937B154501F128352d
Octal2516726151050374506555
Binary10101001110111101100011011000101011111100101000110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A937B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A937B1; }

 p { color: rgb(169,55,177); }

 H1.HeaderClassName
 {
   color: #A937B1;
 }
 .AnyTagClassName
 {
   color: #A937B1;
 }
</style>
background-color css

<style>
 a { background-color: #A937B1; }

 a { background-color: rgb(169,55,177); }

 div.DivClassName
 {
   background-color: #A937B1;
 }
 .BgClassName
 {
   background-color: #A937B1;
 }
</style>
border-color css

<style>
 span { border-color: #A937B1; }

 span { border-color: rgb(169,55,177); }

 td.TdClassName
 {
   border-color: #A937B1;
 }
 .TagClassName
 {
   border-color: #A937B1;
 }
</style>