#A82CB5

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

Shades of Dark Orchid #A82CB5

Tints of Dark Orchid #A82CB5

Color information

#A82CB5 (or 0xA82CB5) is unknown color: approx Dark Orchid. HEX triplet: A8, 2C and B5. RGB value is (168,44,181). Sum of RGB (Red+Green+Blue) = 168+44+181=393 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.75% from 393); Green value is 44 (17.58% from 255 or 11.20% from 393); Blue value is 181 (71.09% from 255 or 46.06% from 393); Max value from RGB is 181 - color contains mainly: blue. Hex color #A82CB5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A82CB5 is #57D34A. Grayscale: #606060. Windows color (decimal): -5755723 or 11873448. OLE color: 11873448.

HSL color Cylindrical-coordinate representation of color #A82CB5: hue angle of 294.31º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A82CB5 is Cyan = 0.07, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB16844181-
CMYK0.070.7600.29
HSL294.31º60.89%44.12%-
HSV(B)294.31º75.69%70.98%-
XYZ25.3913.4644.98-
YUV96.69175.58178.86-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 42.75%
GREEN value IS 44 (17.58% from 255) = 11.20%
BLUE value IS 181 (71.09% from 255) = 46.06%
R=42.75%
G=11.20%
B=46.06%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal168441810.070.7600.29294.3160.8944.12
HexA82CB574C01D1263d2c
Octal2505426571140354467554
Binary10101000101100101101011111001100011101100100110111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A82CB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A82CB5; }

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

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

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

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

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

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

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

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