#a92ae9

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

Shades of Dark Orchid #A92AE9

Tints of Dark Orchid #A92AE9

Color information

#A92AE9 (or 0xA92AE9) is unknown color: approx Dark Orchid. HEX triplet: A9, 2A and E9. RGB value is (169,42,233). Sum of RGB (Red+Green+Blue) = 169+42+233=444 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.06% from 444); Green value is 42 (16.80% from 255 or 9.46% from 444); Blue value is 233 (91.41% from 255 or 52.48% from 444); Max value from RGB is 233 - color contains mainly: blue. Hex color #A92AE9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A92AE9 is #56D516. Grayscale: #656565. Windows color (decimal): -5690647 or 15280809. OLE color: 15280809.

HSL color Cylindrical-coordinate representation of color #A92AE9: hue angle of 279.9º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A92AE9 is Cyan = 0.27, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB16942233-
CMYK0.270.8200.09
HSL279.9º81.28%53.92%-
HSV(B)279.9º81.97%91.37%-
XYZ31.915.9778.49-
YUV101.75202.08175.97-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.06%
GREEN value IS 42 (16.80% from 255) = 9.46%
BLUE value IS 233 (91.41% from 255) = 52.48%
R=38.06%
G=9.46%
B=52.48%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal169422330.270.8200.09279.981.2853.92
HexA92AE91B52091185136
Octal251523513312201143012166
Binary1010100110101011101001110111010010010011000110001010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a92ae9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a92ae9; }

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

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

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

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

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

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

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

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