#a920a9

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

Shades of Dark Orchid #A920A9

Tints of Dark Orchid #A920A9

Color information

#A920A9 (or 0xA920A9) is unknown color: approx Dark Orchid. HEX triplet: A9, 20 and A9. RGB value is (169,32,169). Sum of RGB (Red+Green+Blue) = 169+32+169=370 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.68% from 370); Green value is 32 (12.89% from 255 or 8.65% from 370); Blue value is 169 (66.41% from 255 or 45.68% from 370); Max value from RGB is 169 - color contains mainly: red, blue. Hex color #A920A9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A920A9 is #56DF56. Grayscale: #585858. Windows color (decimal): -5693271 or 11083945. OLE color: 11083945.

HSL color Cylindrical-coordinate representation of color #A920A9: hue angle of 300º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A920A9 is Cyan = 0, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB16932169-
CMYK00.8100.34
HSL300º68.16%39.41%-
HSV(B)300º81.07%66.27%-
XYZ24.0412.3338.65-
YUV88.58173.39185.36-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 45.68%
GREEN value IS 32 (12.89% from 255) = 8.65%
BLUE value IS 169 (66.41% from 255) = 45.68%
R=45.68%
G=8.65%
B=45.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1693216900.8100.3430068.1639.41
HexA920A905102212c4427
Octal25140251012104245410447
Binary10101001100000101010010101000101000101001011001000100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a920a9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a920a9; }

 p { color: rgb(169,32,169); }

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

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

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

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

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

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

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