#A82ABA

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

Shades of Dark Orchid #A82ABA

Tints of Dark Orchid #A82ABA

Color information

#A82ABA (or 0xA82ABA) is unknown color: approx Dark Orchid. HEX triplet: A8, 2A and BA. RGB value is (168,42,186). Sum of RGB (Red+Green+Blue) = 168+42+186=396 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.42% from 396); Green value is 42 (16.80% from 255 or 10.61% from 396); Blue value is 186 (73.05% from 255 or 46.97% from 396); Max value from RGB is 186 - color contains mainly: blue. Hex color #A82ABA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A82ABA is #57D545. Grayscale: #5F5F5F. Windows color (decimal): -5756230 or 12200616. OLE color: 12200616.

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

Color convert

RGB16842186-
CMYK0.100.7700.27
HSL292.5º63.16%44.71%-
HSV(B)292.5º77.42%72.94%-
XYZ25.8413.5347.7-
YUV96.09178.74179.29-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 42.42%
GREEN value IS 42 (16.80% from 255) = 10.61%
BLUE value IS 186 (73.05% from 255) = 46.97%
R=42.42%
G=10.61%
B=46.97%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal168421860.100.7700.27292.563.1644.71
HexA82ABAA4D01B1243f2d
Octal25052272121150334447755
Binary101010001010101011101010101001101011011100100100111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A82ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A82ABA; }

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

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

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

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

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

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

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

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