#A637BA

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

Shades of Dark Orchid #A637BA

Tints of Dark Orchid #A637BA

Color information

#A637BA (or 0xA637BA) is unknown color: approx Dark Orchid. HEX triplet: A6, 37 and BA. RGB value is (166,55,186). Sum of RGB (Red+Green+Blue) = 166+55+186=407 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.79% from 407); Green value is 55 (21.88% from 255 or 13.51% from 407); Blue value is 186 (73.05% from 255 or 45.70% from 407); Max value from RGB is 186 - color contains mainly: blue. Hex color #A637BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A637BA is #59C845. Grayscale: #666666. Windows color (decimal): -5883974 or 12203942. OLE color: 12203942.

HSL color Cylindrical-coordinate representation of color #A637BA: hue angle of 290.84º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A637BA is Cyan = 0.11, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16655186-
CMYK0.110.7000.27
HSL290.84º54.36%47.25%-
HSV(B)290.84º70.43%72.94%-
XYZ25.9614.3847.86-
YUV103.12174.77172.85-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.79%
GREEN value IS 55 (21.88% from 255) = 13.51%
BLUE value IS 186 (73.05% from 255) = 45.70%
R=40.79%
G=13.51%
B=45.70%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal166551860.110.7000.27290.8454.3647.25
HexA637BAB4601B123362f
Octal24667272131060334436657
Binary101001101101111011101010111000110011011100100011110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A637BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A637BA; }

 p { color: rgb(166,55,186); }

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

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

 a { background-color: rgb(166,55,186); }

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

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

 span { border-color: rgb(166,55,186); }

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