#A820BA

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

Shades of Dark Orchid #A820BA

Tints of Dark Orchid #A820BA

Color information

#A820BA (or 0xA820BA) is unknown color: approx Dark Orchid. HEX triplet: A8, 20 and BA. RGB value is (168,32,186). Sum of RGB (Red+Green+Blue) = 168+32+186=386 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.52% from 386); Green value is 32 (12.89% from 255 or 8.29% from 386); Blue value is 186 (73.05% from 255 or 48.19% from 386); Max value from RGB is 186 - color contains mainly: blue. Hex color #A820BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A820BA is #57DF45. Grayscale: #595959. Windows color (decimal): -5758790 or 12198056. OLE color: 12198056.

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

Color convert

RGB16832186-
CMYK0.100.8300.27
HSL292.99º70.64%42.75%-
HSV(B)292.99º82.8%72.94%-
XYZ25.5312.947.6-
YUV90.22182.06183.48-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 43.52%
GREEN value IS 32 (12.89% from 255) = 8.29%
BLUE value IS 186 (73.05% from 255) = 48.19%
R=43.52%
G=8.29%
B=48.19%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal168321860.100.8300.27292.9970.6442.75
HexA820BAA5301B125472b
Octal250402721212303344510753
Binary1010100010000010111010101010100110110111001001011000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A820BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A820BA; }

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

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

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

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

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

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

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

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