#A029AA

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

Shades of Dark Orchid #A029AA

Tints of Dark Orchid #A029AA

Color information

#A029AA (or 0xA029AA) is unknown color: approx Dark Orchid. HEX triplet: A0, 29 and AA. RGB value is (160,41,170). Sum of RGB (Red+Green+Blue) = 160+41+170=371 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.13% from 371); Green value is 41 (16.41% from 255 or 11.05% from 371); Blue value is 170 (66.80% from 255 or 45.82% from 371); Max value from RGB is 170 - color contains mainly: blue. Hex color #A029AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A029AA is #5FD655. Grayscale: #5A5A5A. Windows color (decimal): -6280790 or 11151776. OLE color: 11151776.

HSL color Cylindrical-coordinate representation of color #A029AA: hue angle of 295.35º 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 #A029AA is Cyan = 0.06, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16041170-
CMYK0.060.7600.33
HSL295.35º61.14%41.37%-
HSV(B)295.35º75.88%66.67%-
XYZ22.5511.9639.15-
YUV91.29172.42177.01-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 43.13%
GREEN value IS 41 (16.41% from 255) = 11.05%
BLUE value IS 170 (66.80% from 255) = 45.82%
R=43.13%
G=11.05%
B=45.82%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal160411700.060.7600.33295.3561.1441.37
HexA029AA64C0211273d29
Octal2405125261140414477551
Binary101000001010011010101011010011000100001100100111111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A029AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A029AA; }

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

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

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

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

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

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

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

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