#A82CB8

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

Shades of Dark Orchid #A82CB8

Tints of Dark Orchid #A82CB8

Color information

#A82CB8 (or 0xA82CB8) is unknown color: approx Dark Orchid. HEX triplet: A8, 2C and B8. RGB value is (168,44,184). Sum of RGB (Red+Green+Blue) = 168+44+184=396 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.42% from 396); Green value is 44 (17.58% from 255 or 11.11% from 396); Blue value is 184 (72.27% from 255 or 46.46% from 396); Max value from RGB is 184 - color contains mainly: blue. Hex color #A82CB8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A82CB8 is #57D347. Grayscale: #606060. Windows color (decimal): -5755720 or 12070056. OLE color: 12070056.

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

Color convert

RGB16844184-
CMYK0.090.7600.28
HSL293.14º61.4%44.71%-
HSV(B)293.14º76.09%72.16%-
XYZ25.713.5946.62-
YUV97.04177.08178.62-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 42.42%
GREEN value IS 44 (17.58% from 255) = 11.11%
BLUE value IS 184 (72.27% from 255) = 46.46%
R=42.42%
G=11.11%
B=46.46%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal168441840.090.7600.28293.1461.444.71
HexA82CB894C01C1253d2d
Octal25054270111140344457555
Binary101010001011001011100010011001100011100100100101111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A82CB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A82CB8; }

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

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

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

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

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

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

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

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