#A92ADE

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

Shades of Dark Orchid #A92ADE

Tints of Dark Orchid #A92ADE

Color information

#A92ADE (or 0xA92ADE) is unknown color: approx Dark Orchid. HEX triplet: A9, 2A and DE. RGB value is (169,42,222). Sum of RGB (Red+Green+Blue) = 169+42+222=433 (57% of max value = 765). Red value is 169 (66.41% from 255 or 39.03% from 433); Green value is 42 (16.80% from 255 or 9.70% from 433); Blue value is 222 (87.11% from 255 or 51.27% from 433); Max value from RGB is 222 - color contains mainly: blue. Hex color #A92ADE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A92ADE is #56D521. Grayscale: #636363. Windows color (decimal): -5690658 or 14559913. OLE color: 14559913.

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

Color convert

RGB16942222-
CMYK0.240.8100.13
HSL282.33º73.17%51.76%-
HSV(B)282.33º81.08%87.06%-
XYZ30.3715.3670.47-
YUV100.49196.58176.86-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.03%
GREEN value IS 42 (16.80% from 255) = 9.70%
BLUE value IS 222 (87.11% from 255) = 51.27%
R=39.03%
G=9.70%
B=51.27%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal169422220.240.8100.13282.3373.1751.76
HexA92ADE18510D11a4934
Octal251523363012101543211164
Binary1010100110101011011110110001010001011011000110101001001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A92ADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A92ADE; }

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

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

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

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

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

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

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

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