#A929A8

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

Shades of Dark Orchid #A929A8

Tints of Dark Orchid #A929A8

Color information

#A929A8 (or 0xA929A8) is unknown color: approx Dark Orchid. HEX triplet: A9, 29 and A8. RGB value is (169,41,168). Sum of RGB (Red+Green+Blue) = 169+41+168=378 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.71% from 378); Green value is 41 (16.41% from 255 or 10.85% from 378); Blue value is 168 (66.02% from 255 or 44.44% from 378); Max value from RGB is 169 - color contains mainly: red. Hex color #A929A8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A929A8 is #56D657. Grayscale: #5D5D5D. Windows color (decimal): -5690968 or 11020713. OLE color: 11020713.

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

Color convert

RGB16941168-
CMYK00.760.010.34
HSL300.47º60.95%41.18%-
HSV(B)300.47º75.74%66.27%-
XYZ24.2212.8538.25-
YUV93.75169.91181.67-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 44.71%
GREEN value IS 41 (16.41% from 255) = 10.85%
BLUE value IS 168 (66.02% from 255) = 44.44%
R=44.71%
G=10.85%
B=44.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.01
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1694116800.760.010.34300.4760.9541.18
HexA929A804C12212c3d29
Octal2515125001141424547551
Binary1010100110100110101000010011001100010100101100111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A929A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A929A8; }

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

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

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

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

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

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

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

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