#A92EAA

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

Shades of Dark Orchid #A92EAA

Tints of Dark Orchid #A92EAA

Color information

#A92EAA (or 0xA92EAA) is unknown color: approx Dark Orchid. HEX triplet: A9, 2E and AA. RGB value is (169,46,170). Sum of RGB (Red+Green+Blue) = 169+46+170=385 (50% of max value = 765). Red value is 169 (66.41% from 255 or 43.90% from 385); Green value is 46 (18.36% from 255 or 11.95% from 385); Blue value is 170 (66.80% from 255 or 44.16% from 385); Max value from RGB is 170 - color contains mainly: blue. Hex color #A92EAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A92EAA is #56D155. Grayscale: #606060. Windows color (decimal): -5689686 or 11153065. OLE color: 11153065.

HSL color Cylindrical-coordinate representation of color #A92EAA: hue angle of 299.52º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A92EAA is Cyan = 0.01, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16946170-
CMYK0.010.7300.33
HSL299.52º57.41%42.35%-
HSV(B)299.52º72.94%66.67%-
XYZ24.5913.2939.3-
YUV96.91169.25179.42-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 43.90%
GREEN value IS 46 (18.36% from 255) = 11.95%
BLUE value IS 170 (66.80% from 255) = 44.16%
R=43.90%
G=11.95%
B=44.16%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal169461700.010.7300.33299.5257.4142.35
HexA92EAA14902112c392a
Octal2515625211110414547152
Binary1010100110111010101010110010010100001100101100111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A92EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A92EAA; }

 p { color: rgb(169,46,170); }

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

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

 a { background-color: rgb(169,46,170); }

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

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

 span { border-color: rgb(169,46,170); }

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