#A92DAA

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

Shades of Dark Orchid #A92DAA

Tints of Dark Orchid #A92DAA

Color information

#A92DAA (or 0xA92DAA) is unknown color: approx Dark Orchid. HEX triplet: A9, 2D and AA. RGB value is (169,45,170). Sum of RGB (Red+Green+Blue) = 169+45+170=384 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.01% from 384); Green value is 45 (17.97% from 255 or 11.72% from 384); Blue value is 170 (66.80% from 255 or 44.27% from 384); Max value from RGB is 170 - color contains mainly: blue. Hex color #A92DAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A92DAA is #56D255. Grayscale: #5F5F5F. Windows color (decimal): -5689942 or 11152809. OLE color: 11152809.

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

Color convert

RGB16945170-
CMYK0.010.7400.33
HSL299.52º58.14%42.16%-
HSV(B)299.52º73.53%66.67%-
XYZ24.5613.2139.29-
YUV96.33169.58179.84-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 44.01%
GREEN value IS 45 (17.97% from 255) = 11.72%
BLUE value IS 170 (66.80% from 255) = 44.27%
R=44.01%
G=11.72%
B=44.27%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal169451700.010.7400.33299.5258.1442.16
HexA92DAA14A02112c3a2a
Octal2515525211120414547252
Binary1010100110110110101010110010100100001100101100111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A92DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A92DAA; }

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

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

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

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

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

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

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

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