#AB6BB5

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

Shades of Violet Blue #AB6BB5

Tints of Violet Blue #AB6BB5

Color information

#AB6BB5 (or 0xAB6BB5) is unknown color: approx Violet Blue. HEX triplet: AB, 6B and B5. RGB value is (171,107,181). Sum of RGB (Red+Green+Blue) = 171+107+181=459 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.25% from 459); Green value is 107 (42.19% from 255 or 23.31% from 459); Blue value is 181 (71.09% from 255 or 39.43% from 459); Max value from RGB is 181 - color contains mainly: blue. Hex color #AB6BB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB6BB5 is #54944A. Grayscale: #868686. Windows color (decimal): -5542987 or 11889579. OLE color: 11889579.

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

Color convert

RGB171107181-
CMYK0.060.4100.29
HSL291.89º33.33%56.47%-
HSV(B)291.89º40.88%70.98%-
XYZ30.3922.5146.46-
YUV134.57154.2153.98-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.25%
GREEN value IS 107 (42.19% from 255) = 23.31%
BLUE value IS 181 (71.09% from 255) = 39.43%
R=37.25%
G=23.31%
B=39.43%

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
Decimal1711071810.060.4100.29291.8933.3356.47
HexAB6BB562901D1242138
Octal2531532656510354444170
Binary10101011110101110110101110101001011101100100100100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6BB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6BB5; }

 p { color: rgb(171,107,181); }

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

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

 a { background-color: rgb(171,107,181); }

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

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

 span { border-color: rgb(171,107,181); }

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