#AB3CAA

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

Shades of Violet Blue #AB3CAA

Tints of Violet Blue #AB3CAA

Color information

#AB3CAA (or 0xAB3CAA) is unknown color: approx Violet Blue. HEX triplet: AB, 3C and AA. RGB value is (171,60,170). Sum of RGB (Red+Green+Blue) = 171+60+170=401 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.64% from 401); Green value is 60 (23.83% from 255 or 14.96% from 401); Blue value is 170 (66.80% from 255 or 42.39% from 401); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3CAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB3CAA is #54C355. Grayscale: #696969. Windows color (decimal): -5555030 or 11156651. OLE color: 11156651.

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

Color convert

RGB17160170-
CMYK00.650.010.33
HSL300.54º48.05%45.29%-
HSV(B)300.54º64.91%67.06%-
XYZ25.6714.7939.53-
YUV105.73164.27174.56-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.64%
GREEN value IS 60 (23.83% from 255) = 14.96%
BLUE value IS 170 (66.80% from 255) = 42.39%
R=42.64%
G=14.96%
B=42.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1716017000.650.010.33300.5448.0545.29
HexAB3CAA04112112d302d
Octal2537425201011414556055
Binary1010101111110010101010010000011100001100101101110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3CAA; }

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

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

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

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

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

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

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

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