#A92CAA

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

Shades of Dark Orchid #A92CAA

Tints of Dark Orchid #A92CAA

Color information

#A92CAA (or 0xA92CAA) is unknown color: approx Dark Orchid. HEX triplet: A9, 2C and AA. RGB value is (169,44,170). Sum of RGB (Red+Green+Blue) = 169+44+170=383 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.13% from 383); Green value is 44 (17.58% from 255 or 11.49% from 383); Blue value is 170 (66.80% from 255 or 44.39% from 383); Max value from RGB is 170 - color contains mainly: blue. Hex color #A92CAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A92CAA is #56D355. Grayscale: #5F5F5F. Windows color (decimal): -5690198 or 11152553. OLE color: 11152553.

HSL color Cylindrical-coordinate representation of color #A92CAA: hue angle of 299.52º degrees, saturation: 0.59, 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 #A92CAA is Cyan = 0.01, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16944170-
CMYK0.010.7400.33
HSL299.52º58.88%41.96%-
HSV(B)299.52º74.12%66.67%-
XYZ24.5213.1439.27-
YUV95.74169.91180.25-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 44.13%
GREEN value IS 44 (17.58% from 255) = 11.49%
BLUE value IS 170 (66.80% from 255) = 44.39%
R=44.13%
G=11.49%
B=44.39%

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
Decimal169441700.010.7400.33299.5258.8841.96
HexA92CAA14A02112c3b2a
Octal2515425211120414547352
Binary1010100110110010101010110010100100001100101100111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A92CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A92CAA; }

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

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

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

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

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

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

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

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