#AB3CA6

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

Shades of Violet Blue #AB3CA6

Tints of Violet Blue #AB3CA6

Color information

#AB3CA6 (or 0xAB3CA6) is unknown color: approx Violet Blue. HEX triplet: AB, 3C and A6. RGB value is (171,60,166). Sum of RGB (Red+Green+Blue) = 171+60+166=397 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.07% from 397); Green value is 60 (23.83% from 255 or 15.11% from 397); Blue value is 166 (65.23% from 255 or 41.81% from 397); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3CA6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB3CA6 is #54C359. Grayscale: #686868. Windows color (decimal): -5555034 or 10894507. OLE color: 10894507.

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

Color convert

RGB17160166-
CMYK00.650.030.33
HSL302.7º48.05%45.29%-
HSV(B)302.7º64.91%67.06%-
XYZ25.2914.6437.57-
YUV105.27162.27174.88-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.07%
GREEN value IS 60 (23.83% from 255) = 15.11%
BLUE value IS 166 (65.23% from 255) = 41.81%
R=43.07%
G=15.11%
B=41.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.03
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1716016600.650.030.33302.748.0545.29
HexAB3CA604132112f302d
Octal2537424601013414576055
Binary10101011111100101001100100000111100001100101111110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3CA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3CA6; }

 p { color: rgb(171,60,166); }

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

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

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

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

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

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

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