#AB6FAF

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

Shades of Violet Blue #AB6FAF

Tints of Violet Blue #AB6FAF

Color information

#AB6FAF (or 0xAB6FAF) is unknown color: approx Violet Blue. HEX triplet: AB, 6F and AF. RGB value is (171,111,175). Sum of RGB (Red+Green+Blue) = 171+111+175=457 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.42% from 457); Green value is 111 (43.75% from 255 or 24.29% from 457); Blue value is 175 (68.75% from 255 or 38.29% from 457); Max value from RGB is 175 - color contains mainly: blue. Hex color #AB6FAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6FAF is #549050. Grayscale: #888888. Windows color (decimal): -5541969 or 11497387. OLE color: 11497387.

HSL color Cylindrical-coordinate representation of color #AB6FAF: hue angle of 296.25º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AB6FAF is Cyan = 0.02, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB171111175-
CMYK0.020.3700.31
HSL296.25º28.57%56.08%-
HSV(B)296.25º36.57%68.63%-
XYZ30.2223.1243.43-
YUV136.24149.88152.8-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.42%
GREEN value IS 111 (43.75% from 255) = 24.29%
BLUE value IS 175 (68.75% from 255) = 38.29%
R=37.42%
G=24.29%
B=38.29%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1711111750.020.3700.31296.2528.5756.08
HexAB6FAF22501F1281d38
Octal2531572572450374503570
Binary101010111101111101011111010010101111110010100011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6FAF; }

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

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

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

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

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

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

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

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