#A929D9

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

Shades of Dark Orchid #A929D9

Tints of Dark Orchid #A929D9

Color information

#A929D9 (or 0xA929D9) is unknown color: approx Dark Orchid. HEX triplet: A9, 29 and D9. RGB value is (169,41,217). Sum of RGB (Red+Green+Blue) = 169+41+217=427 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.58% from 427); Green value is 41 (16.41% from 255 or 9.60% from 427); Blue value is 217 (85.16% from 255 or 50.82% from 427); Max value from RGB is 217 - color contains mainly: blue. Hex color #A929D9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A929D9 is #56D626. Grayscale: #626262. Windows color (decimal): -5690919 or 14231977. OLE color: 14231977.

HSL color Cylindrical-coordinate representation of color #A929D9: hue angle of 283.64º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A929D9 is Cyan = 0.22, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB16941217-
CMYK0.220.8100.15
HSL283.64º69.84%50.59%-
HSV(B)283.64º81.11%85.1%-
XYZ29.6815.0366.98-
YUV99.34194.41177.69-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.58%
GREEN value IS 41 (16.41% from 255) = 9.60%
BLUE value IS 217 (85.16% from 255) = 50.82%
R=39.58%
G=9.60%
B=50.82%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal169412170.220.8100.15283.6469.8450.59
HexA929D916510F11c4633
Octal251513312612101743410663
Binary1010100110100111011001101101010001011111000111001000110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A929D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A929D9; }

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

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

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

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

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

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

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

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