#A929AB

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

Shades of Dark Orchid #A929AB

Tints of Dark Orchid #A929AB

Color information

#A929AB (or 0xA929AB) is unknown color: approx Dark Orchid. HEX triplet: A9, 29 and AB. RGB value is (169,41,171). Sum of RGB (Red+Green+Blue) = 169+41+171=381 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.36% from 381); Green value is 41 (16.41% from 255 or 10.76% from 381); Blue value is 171 (67.19% from 255 or 44.88% from 381); Max value from RGB is 171 - color contains mainly: blue. Hex color #A929AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A929AB is #56D654. Grayscale: #5D5D5D. Windows color (decimal): -5690965 or 11217321. OLE color: 11217321.

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

Color convert

RGB16941171-
CMYK0.010.7600.33
HSL299.08º61.32%41.57%-
HSV(B)299.08º76.02%67.06%-
XYZ24.5112.9639.74-
YUV94.09171.41181.43-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 44.36%
GREEN value IS 41 (16.41% from 255) = 10.76%
BLUE value IS 171 (67.19% from 255) = 44.88%
R=44.36%
G=10.76%
B=44.88%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal169411710.010.7600.33299.0861.3241.57
HexA929AB14C02112b3d2a
Octal2515125311140414537552
Binary1010100110100110101011110011000100001100101011111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A929AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A929AB; }

 p { color: rgb(169,41,171); }

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

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

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

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

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

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

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