#A942DE

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

Shades of Dark Orchid #A942DE

Tints of Dark Orchid #A942DE

Color information

#A942DE (or 0xA942DE) is unknown color: approx Dark Orchid. HEX triplet: A9, 42 and DE. RGB value is (169,66,222). Sum of RGB (Red+Green+Blue) = 169+66+222=457 (60% of max value = 765). Red value is 169 (66.41% from 255 or 36.98% from 457); Green value is 66 (26.17% from 255 or 14.44% from 457); Blue value is 222 (87.11% from 255 or 48.58% from 457); Max value from RGB is 222 - color contains mainly: blue. Hex color #A942DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A942DE is #56BD21. Grayscale: #727272. Windows color (decimal): -5684514 or 14566057. OLE color: 14566057.

HSL color Cylindrical-coordinate representation of color #A942DE: hue angle of 279.62º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A942DE is Cyan = 0.24, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB16966222-
CMYK0.240.7000.13
HSL279.62º70.27%56.47%-
HSV(B)279.62º70.27%87.06%-
XYZ31.517.6170.85-
YUV114.58188.62166.82-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.98%
GREEN value IS 66 (26.17% from 255) = 14.44%
BLUE value IS 222 (87.11% from 255) = 48.58%
R=36.98%
G=14.44%
B=48.58%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal169662220.240.7000.13279.6270.2756.47
HexA942DE18460D1184638
Octal2511023363010601543010670
Binary10101001100001011011110110001000110011011000110001000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A942DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A942DE; }

 p { color: rgb(169,66,222); }

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

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

 a { background-color: rgb(169,66,222); }

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

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

 span { border-color: rgb(169,66,222); }

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