#AB6FA4

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

Shades of Violet Blue #AB6FA4

Tints of Violet Blue #AB6FA4

Color information

#AB6FA4 (or 0xAB6FA4) is unknown color: approx Violet Blue. HEX triplet: AB, 6F and A4. RGB value is (171,111,164). Sum of RGB (Red+Green+Blue) = 171+111+164=446 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.34% from 446); Green value is 111 (43.75% from 255 or 24.89% from 446); Blue value is 164 (64.45% from 255 or 36.77% from 446); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6FA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6FA4 is #54905B. Grayscale: #868686. Windows color (decimal): -5541980 or 10776491. OLE color: 10776491.

HSL color Cylindrical-coordinate representation of color #AB6FA4: hue angle of 307º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AB6FA4 is Cyan = 0, Magento = 0.35, Yellow = 0.04 and Black (K on CMYK) = 0.33.

Color convert

RGB171111164-
CMYK00.350.040.33
HSL307º26.32%55.29%-
HSV(B)307º35.09%67.06%-
XYZ29.1822.7137.97-
YUV134.98144.38153.69-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.34%
GREEN value IS 111 (43.75% from 255) = 24.89%
BLUE value IS 164 (64.45% from 255) = 36.77%
R=38.34%
G=24.89%
B=36.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.04
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17111116400.350.040.3330726.3255.29
HexAB6FA40234211331a37
Octal2531572440434414633267
Binary10101011110111110100100010001110010000110011001111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6FA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6FA4; }

 p { color: rgb(171,111,164); }

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

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

 a { background-color: rgb(171,111,164); }

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

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

 span { border-color: rgb(171,111,164); }

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