#A729BA

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

Shades of Dark Orchid #A729BA

Tints of Dark Orchid #A729BA

Color information

#A729BA (or 0xA729BA) is unknown color: approx Dark Orchid. HEX triplet: A7, 29 and BA. RGB value is (167,41,186). Sum of RGB (Red+Green+Blue) = 167+41+186=394 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.39% from 394); Green value is 41 (16.41% from 255 or 10.41% from 394); Blue value is 186 (73.05% from 255 or 47.21% from 394); Max value from RGB is 186 - color contains mainly: blue. Hex color #A729BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A729BA is #58D645. Grayscale: #5E5E5E. Windows color (decimal): -5822022 or 12200359. OLE color: 12200359.

HSL color Cylindrical-coordinate representation of color #A729BA: hue angle of 292.14º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A729BA is Cyan = 0.10, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16741186-
CMYK0.100.7800.27
HSL292.14º63.88%44.51%-
HSV(B)292.14º77.96%72.94%-
XYZ25.5913.3547.68-
YUV95.2179.24179.21-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 42.39%
GREEN value IS 41 (16.41% from 255) = 10.41%
BLUE value IS 186 (73.05% from 255) = 47.21%
R=42.39%
G=10.41%
B=47.21%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal167411860.100.7800.27292.1463.8844.51
HexA729BAA4E01B124402d
Octal247512721211603344410055
Binary1010011110100110111010101010011100110111001001001000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A729BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A729BA; }

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

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

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

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

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

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

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

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