#A729AA

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

Shades of Dark Orchid #A729AA

Tints of Dark Orchid #A729AA

Color information

#A729AA (or 0xA729AA) is unknown color: approx Dark Orchid. HEX triplet: A7, 29 and AA. RGB value is (167,41,170). Sum of RGB (Red+Green+Blue) = 167+41+170=378 (50% of max value = 765). Red value is 167 (65.62% from 255 or 44.18% from 378); Green value is 41 (16.41% from 255 or 10.85% from 378); Blue value is 170 (66.80% from 255 or 44.97% from 378); Max value from RGB is 170 - color contains mainly: blue. Hex color #A729AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A729AA is #58D655. Grayscale: #5C5C5C. Windows color (decimal): -5822038 or 11151783. OLE color: 11151783.

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

Color convert

RGB16741170-
CMYK0.020.7600.33
HSL298.6º61.14%41.37%-
HSV(B)298.6º75.88%66.67%-
XYZ23.9812.739.22-
YUV93.38171.24180.51-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 44.18%
GREEN value IS 41 (16.41% from 255) = 10.85%
BLUE value IS 170 (66.80% from 255) = 44.97%
R=44.18%
G=10.85%
B=44.97%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal167411700.020.7600.33298.661.1441.37
HexA729AA24C02112b3d29
Octal2475125221140414537551
Binary10100111101001101010101010011000100001100101011111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A729AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A729AA; }

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

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

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

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

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

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

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

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