#AB3FAB

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

Shades of Violet Blue #AB3FAB

Tints of Violet Blue #AB3FAB

Color information

#AB3FAB (or 0xAB3FAB) is unknown color: approx Violet Blue. HEX triplet: AB, 3F and AB. RGB value is (171,63,171). Sum of RGB (Red+Green+Blue) = 171+63+171=405 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.22% from 405); Green value is 63 (25% from 255 or 15.56% from 405); Blue value is 171 (67.19% from 255 or 42.22% from 405); Max value from RGB is 171 - color contains mainly: red, blue. Hex color #AB3FAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB3FAB is #54C054. Grayscale: #6B6B6B. Windows color (decimal): -5554261 or 11222955. OLE color: 11222955.

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

Color convert

RGB17163171-
CMYK00.6300.33
HSL300º46.15%45.88%-
HSV(B)300º63.16%67.06%-
XYZ25.9215.1540.09-
YUV107.6163.78173.22-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.22%
GREEN value IS 63 (25% from 255) = 15.56%
BLUE value IS 171 (67.19% from 255) = 42.22%
R=42.22%
G=15.56%
B=42.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1716317100.6300.3330046.1545.88
HexAB3FAB03F02112c2e2e
Octal253772530770414545656
Binary101010111111111010101101111110100001100101100101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3FAB; }

 p { color: rgb(171,63,171); }

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

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

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

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

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

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

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