#A829BA

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

Shades of Dark Orchid #A829BA

Tints of Dark Orchid #A829BA

Color information

#A829BA (or 0xA829BA) is unknown color: approx Dark Orchid. HEX triplet: A8, 29 and BA. RGB value is (168,41,186). Sum of RGB (Red+Green+Blue) = 168+41+186=395 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.53% from 395); Green value is 41 (16.41% from 255 or 10.38% from 395); Blue value is 186 (73.05% from 255 or 47.09% from 395); Max value from RGB is 186 - color contains mainly: blue. Hex color #A829BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A829BA is #57D645. Grayscale: #5F5F5F. Windows color (decimal): -5756486 or 12200360. OLE color: 12200360.

HSL color Cylindrical-coordinate representation of color #A829BA: hue angle of 292.55º 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 #A829BA is Cyan = 0.10, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16841186-
CMYK0.100.7800.27
HSL292.55º63.88%44.51%-
HSV(B)292.55º77.96%72.94%-
XYZ25.813.4647.69-
YUV95.5179.08179.71-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 42.53%
GREEN value IS 41 (16.41% from 255) = 10.38%
BLUE value IS 186 (73.05% from 255) = 47.09%
R=42.53%
G=10.38%
B=47.09%

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
Decimal168411860.100.7800.27292.5563.8844.51
HexA829BAA4E01B125402d
Octal250512721211603344510055
Binary1010100010100110111010101010011100110111001001011000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A829BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A829BA; }

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

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

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

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

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

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

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

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