#A920B5

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

Shades of Dark Orchid #A920B5

Tints of Dark Orchid #A920B5

Color information

#A920B5 (or 0xA920B5) is unknown color: approx Dark Orchid. HEX triplet: A9, 20 and B5. RGB value is (169,32,181). Sum of RGB (Red+Green+Blue) = 169+32+181=382 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.24% from 382); Green value is 32 (12.89% from 255 or 8.38% from 382); Blue value is 181 (71.09% from 255 or 47.38% from 382); Max value from RGB is 181 - color contains mainly: blue. Hex color #A920B5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A920B5 is #56DF4A. Grayscale: #595959. Windows color (decimal): -5693259 or 11870377. OLE color: 11870377.

HSL color Cylindrical-coordinate representation of color #A920B5: hue angle of 295.17º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A920B5 is Cyan = 0.07, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB16932181-
CMYK0.070.8200.29
HSL295.17º69.95%41.76%-
HSV(B)295.17º82.32%70.98%-
XYZ25.2212.844.86-
YUV89.95179.39184.38-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 44.24%
GREEN value IS 32 (12.89% from 255) = 8.38%
BLUE value IS 181 (71.09% from 255) = 47.38%
R=44.24%
G=8.38%
B=47.38%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal169321810.070.8200.29295.1769.9541.76
HexA920B575201D127462a
Octal25140265712203544710652
Binary101010011000001011010111110100100111011001001111000110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A920B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A920B5; }

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

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

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

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

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

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

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

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