#A92DC6

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

Shades of Dark Orchid #A92DC6

Tints of Dark Orchid #A92DC6

Color information

#A92DC6 (or 0xA92DC6) is unknown color: approx Dark Orchid. HEX triplet: A9, 2D and C6. RGB value is (169,45,198). Sum of RGB (Red+Green+Blue) = 169+45+198=412 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.02% from 412); Green value is 45 (17.97% from 255 or 10.92% from 412); Blue value is 198 (77.73% from 255 or 48.06% from 412); Max value from RGB is 198 - color contains mainly: blue. Hex color #A92DC6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A92DC6 is #56D239. Grayscale: #636363. Windows color (decimal): -5689914 or 12987817. OLE color: 12987817.

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

Color convert

RGB16945198-
CMYK0.150.7700.22
HSL288.63º62.96%47.65%-
HSV(B)288.63º77.27%77.65%-
XYZ27.4914.3954.75-
YUV99.52183.58177.56-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 41.02%
GREEN value IS 45 (17.97% from 255) = 10.92%
BLUE value IS 198 (77.73% from 255) = 48.06%
R=41.02%
G=10.92%
B=48.06%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal169451980.150.7700.22288.6362.9647.65
HexA92DC6F4D0161213f30
Octal25155306171150264417760
Binary101010011011011100011011111001101010110100100001111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A92DC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A92DC6; }

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

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

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

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

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

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

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

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