#AB3FA1

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

Shades of Violet Blue #AB3FA1

Tints of Violet Blue #AB3FA1

Color information

#AB3FA1 (or 0xAB3FA1) is unknown color: approx Violet Blue. HEX triplet: AB, 3F and A1. RGB value is (171,63,161). Sum of RGB (Red+Green+Blue) = 171+63+161=395 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.29% from 395); Green value is 63 (25% from 255 or 15.95% from 395); Blue value is 161 (63.28% from 255 or 40.76% from 395); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3FA1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB3FA1 is #54C05E. Grayscale: #6A6A6A. Windows color (decimal): -5554271 or 10567595. OLE color: 10567595.

HSL color Cylindrical-coordinate representation of color #AB3FA1: hue angle of 305.56º 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 #AB3FA1 is Cyan = 0, Magento = 0.63, Yellow = 0.06 and Black (K on CMYK) = 0.33.

Color convert

RGB17163161-
CMYK00.630.060.33
HSL305.56º46.15%45.88%-
HSV(B)305.56º63.16%67.06%-
XYZ25.0114.7935.25-
YUV106.46158.78174.03-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.29%
GREEN value IS 63 (25% from 255) = 15.95%
BLUE value IS 161 (63.28% from 255) = 40.76%
R=43.29%
G=15.95%
B=40.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1716316100.630.060.33305.5646.1545.88
HexAB3FA103F6211322e2e
Octal253772410776414625656
Binary10101011111111101000010111111110100001100110010101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3FA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3FA1; }

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

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

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

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

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

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

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

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