#A429AA

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

Shades of Dark Orchid #A429AA

Tints of Dark Orchid #A429AA

Color information

#A429AA (or 0xA429AA) is unknown color: approx Dark Orchid. HEX triplet: A4, 29 and AA. RGB value is (164,41,170). Sum of RGB (Red+Green+Blue) = 164+41+170=375 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.73% from 375); Green value is 41 (16.41% from 255 or 10.93% from 375); Blue value is 170 (66.80% from 255 or 45.33% from 375); Max value from RGB is 170 - color contains mainly: blue. Hex color #A429AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A429AA is #5BD655. Grayscale: #5C5C5C. Windows color (decimal): -6018646 or 11151780. OLE color: 11151780.

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

Color convert

RGB16441170-
CMYK0.040.7600.33
HSL297.21º61.14%41.37%-
HSV(B)297.21º75.88%66.67%-
XYZ23.3612.3839.19-
YUV92.48171.75179.01-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.73%
GREEN value IS 41 (16.41% from 255) = 10.93%
BLUE value IS 170 (66.80% from 255) = 45.33%
R=43.73%
G=10.93%
B=45.33%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal164411700.040.7600.33297.2161.1441.37
HexA429AA44C0211293d29
Octal2445125241140414517551
Binary101001001010011010101010010011000100001100101001111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A429AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A429AA; }

 p { color: rgb(164,41,170); }

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

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

 a { background-color: rgb(164,41,170); }

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

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

 span { border-color: rgb(164,41,170); }

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