#A82AAF

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

Shades of Dark Orchid #A82AAF

Tints of Dark Orchid #A82AAF

Color information

#A82AAF (or 0xA82AAF) is unknown color: approx Dark Orchid. HEX triplet: A8, 2A and AF. RGB value is (168,42,175). Sum of RGB (Red+Green+Blue) = 168+42+175=385 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.64% from 385); Green value is 42 (16.80% from 255 or 10.91% from 385); Blue value is 175 (68.75% from 255 or 45.45% from 385); Max value from RGB is 175 - color contains mainly: blue. Hex color #A82AAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A82AAF is #57D550. Grayscale: #5E5E5E. Windows color (decimal): -5756241 or 11479720. OLE color: 11479720.

HSL color Cylindrical-coordinate representation of color #A82AAF: hue angle of 296.84º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A82AAF is Cyan = 0.04, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB16842175-
CMYK0.040.7600.31
HSL296.84º61.29%42.55%-
HSV(B)296.84º76%68.63%-
XYZ24.7113.0841.78-
YUV94.84173.24180.19-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 43.64%
GREEN value IS 42 (16.80% from 255) = 10.91%
BLUE value IS 175 (68.75% from 255) = 45.45%
R=43.64%
G=10.91%
B=45.45%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal168421750.040.7600.31296.8461.2942.55
HexA82AAF44C01F1293d2b
Octal2505225741140374517553
Binary10101000101010101011111001001100011111100101001111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A82AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A82AAF; }

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

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

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

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

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

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

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

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