#A81CB0

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

Shades of Dark Orchid #A81CB0

Tints of Dark Orchid #A81CB0

Color information

#A81CB0 (or 0xA81CB0) is unknown color: approx Dark Orchid. HEX triplet: A8, 1C and B0. RGB value is (168,28,176). Sum of RGB (Red+Green+Blue) = 168+28+176=372 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.16% from 372); Green value is 28 (11.33% from 255 or 7.53% from 372); Blue value is 176 (69.14% from 255 or 47.31% from 372); Max value from RGB is 176 - color contains mainly: blue. Hex color #A81CB0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A81CB0 is #57E34F. Grayscale: #565656. Windows color (decimal): -5759824 or 11541672. OLE color: 11541672.

HSL color Cylindrical-coordinate representation of color #A81CB0: hue angle of 296.76º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A81CB0 is Cyan = 0.05, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB16828176-
CMYK0.050.8400.31
HSL296.76º72.55%40%-
HSV(B)296.76º84.09%69.02%-
XYZ24.412.2942.16-
YUV86.73178.38185.97-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 45.16%
GREEN value IS 28 (11.33% from 255) = 7.53%
BLUE value IS 176 (69.14% from 255) = 47.31%
R=45.16%
G=7.53%
B=47.31%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal168281760.050.8400.31296.7672.5540
HexA81CB055401F1294928
Octal25034260512403745111150
Binary10101000111001011000010110101000111111001010011001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A81CB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A81CB0; }

 p { color: rgb(168,28,176); }

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

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

 a { background-color: rgb(168,28,176); }

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

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

 span { border-color: rgb(168,28,176); }

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