#A82AB8

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

Shades of Dark Orchid #A82AB8

Tints of Dark Orchid #A82AB8

Color information

#A82AB8 (or 0xA82AB8) is unknown color: approx Dark Orchid. HEX triplet: A8, 2A and B8. RGB value is (168,42,184). Sum of RGB (Red+Green+Blue) = 168+42+184=394 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.64% from 394); Green value is 42 (16.80% from 255 or 10.66% from 394); Blue value is 184 (72.27% from 255 or 46.70% from 394); Max value from RGB is 184 - color contains mainly: blue. Hex color #A82AB8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A82AB8 is #57D547. Grayscale: #5F5F5F. Windows color (decimal): -5756232 or 12069544. OLE color: 12069544.

HSL color Cylindrical-coordinate representation of color #A82AB8: hue angle of 293.24º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A82AB8 is Cyan = 0.09, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB16842184-
CMYK0.090.7700.28
HSL293.24º62.83%44.31%-
HSV(B)293.24º77.17%72.16%-
XYZ25.6313.4446.59-
YUV95.86177.74179.45-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 42.64%
GREEN value IS 42 (16.80% from 255) = 10.66%
BLUE value IS 184 (72.27% from 255) = 46.70%
R=42.64%
G=10.66%
B=46.70%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal168421840.090.7700.28293.2462.8344.31
HexA82AB894D01C1253f2c
Octal25052270111150344457754
Binary101010001010101011100010011001101011100100100101111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A82AB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A82AB8; }

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

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

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

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

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

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

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

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