#AB3AAA

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

Shades of Violet Blue #AB3AAA

Tints of Violet Blue #AB3AAA

Color information

#AB3AAA (or 0xAB3AAA) is unknown color: approx Violet Blue. HEX triplet: AB, 3A and AA. RGB value is (171,58,170). Sum of RGB (Red+Green+Blue) = 171+58+170=399 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.86% from 399); Green value is 58 (23.05% from 255 or 14.54% from 399); Blue value is 170 (66.80% from 255 or 42.61% from 399); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3AAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB3AAA is #54C555. Grayscale: #686868. Windows color (decimal): -5555542 or 11156139. OLE color: 11156139.

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

Color convert

RGB17158170-
CMYK00.660.010.33
HSL300.53º49.34%44.9%-
HSV(B)300.53º66.08%67.06%-
XYZ25.5614.5939.5-
YUV104.56164.94175.39-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.86%
GREEN value IS 58 (23.05% from 255) = 14.54%
BLUE value IS 170 (66.80% from 255) = 42.61%
R=42.86%
G=14.54%
B=42.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1715817000.660.010.33300.5349.3444.9
HexAB3AAA04212112d312d
Octal2537225201021414556155
Binary1010101111101010101010010000101100001100101101110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3AAA; }

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

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

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

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

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

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

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

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