#AB6CB6

Color #AB6CB6 Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #AB6CB6

Tints of Violet Blue #AB6CB6

Color information

#AB6CB6 (or 0xAB6CB6) is unknown color: approx Violet Blue. HEX triplet: AB, 6C and B6. RGB value is (171,108,182). Sum of RGB (Red+Green+Blue) = 171+108+182=461 (61% of max value = 765). Red value is 171 (67.19% from 255 or 37.09% from 461); Green value is 108 (42.58% from 255 or 23.43% from 461); Blue value is 182 (71.48% from 255 or 39.48% from 461); Max value from RGB is 182 - color contains mainly: blue. Hex color #AB6CB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB6CB6 is #549349. Grayscale: #878787. Windows color (decimal): -5542730 or 11955371. OLE color: 11955371.

HSL color Cylindrical-coordinate representation of color #AB6CB6: hue angle of 291.08º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AB6CB6 is Cyan = 0.06, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB171108182-
CMYK0.060.4100.29
HSL291.08º33.64%56.86%-
HSV(B)291.08º40.66%71.37%-
XYZ30.622.7647.04-
YUV135.27154.37153.48-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.09%
GREEN value IS 108 (42.58% from 255) = 23.43%
BLUE value IS 182 (71.48% from 255) = 39.48%
R=37.09%
G=23.43%
B=39.48%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1711081820.060.4100.29291.0833.6456.86
HexAB6CB662901D1232239
Octal2531542666510354434271
Binary10101011110110010110110110101001011101100100011100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6CB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6CB6; }

 p { color: rgb(171,108,182); }

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

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

 a { background-color: rgb(171,108,182); }

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

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

 span { border-color: rgb(171,108,182); }

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