#A937C6

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

Shades of Dark Orchid #A937C6

Tints of Dark Orchid #A937C6

Color information

#A937C6 (or 0xA937C6) is unknown color: approx Dark Orchid. HEX triplet: A9, 37 and C6. RGB value is (169,55,198). Sum of RGB (Red+Green+Blue) = 169+55+198=422 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.05% from 422); Green value is 55 (21.88% from 255 or 13.03% from 422); Blue value is 198 (77.73% from 255 or 46.92% from 422); Max value from RGB is 198 - color contains mainly: blue. Hex color #A937C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A937C6 is #56C839. Grayscale: #686868. Windows color (decimal): -5687354 or 12990377. OLE color: 12990377.

HSL color Cylindrical-coordinate representation of color #A937C6: hue angle of 287.83º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A937C6 is Cyan = 0.15, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB16955198-
CMYK0.150.7200.22
HSL287.83º56.52%49.61%-
HSV(B)287.83º72.22%77.65%-
XYZ27.9215.2454.9-
YUV105.39180.27173.37-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.05%
GREEN value IS 55 (21.88% from 255) = 13.03%
BLUE value IS 198 (77.73% from 255) = 46.92%
R=40.05%
G=13.03%
B=46.92%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal169551980.150.7200.22287.8356.5249.61
HexA937C6F480161203932
Octal25167306171100264407162
Binary101010011101111100011011111001000010110100100000111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A937C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A937C6; }

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

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

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

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

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

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

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

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