#A82BB1

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

Shades of Dark Orchid #A82BB1

Tints of Dark Orchid #A82BB1

Color information

#A82BB1 (or 0xA82BB1) is unknown color: approx Dark Orchid. HEX triplet: A8, 2B and B1. RGB value is (168,43,177). Sum of RGB (Red+Green+Blue) = 168+43+177=388 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.30% from 388); Green value is 43 (17.19% from 255 or 11.08% from 388); Blue value is 177 (69.53% from 255 or 45.62% from 388); Max value from RGB is 177 - color contains mainly: blue. Hex color #A82BB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A82BB1 is #57D44E. Grayscale: #5F5F5F. Windows color (decimal): -5755983 or 11611048. OLE color: 11611048.

HSL color Cylindrical-coordinate representation of color #A82BB1: hue angle of 295.97º 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 #A82BB1 is Cyan = 0.05, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB16843177-
CMYK0.050.7600.31
HSL295.97º60.91%43.14%-
HSV(B)295.97º75.71%69.41%-
XYZ24.9513.2342.83-
YUV95.65173.91179.6-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 43.30%
GREEN value IS 43 (17.19% from 255) = 11.08%
BLUE value IS 177 (69.53% from 255) = 45.62%
R=43.30%
G=11.08%
B=45.62%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal168431770.050.7600.31295.9760.9143.14
HexA82BB154C01F1283d2b
Octal2505326151140374507553
Binary10101000101011101100011011001100011111100101000111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A82BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A82BB1; }

 p { color: rgb(168,43,177); }

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

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

 a { background-color: rgb(168,43,177); }

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

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

 span { border-color: rgb(168,43,177); }

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