#AB34A6

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

Shades of Violet Blue #AB34A6

Tints of Violet Blue #AB34A6

Color information

#AB34A6 (or 0xAB34A6) is unknown color: approx Violet Blue. HEX triplet: AB, 34 and A6. RGB value is (171,52,166). Sum of RGB (Red+Green+Blue) = 171+52+166=389 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.96% from 389); Green value is 52 (20.70% from 255 or 13.37% from 389); Blue value is 166 (65.23% from 255 or 42.67% from 389); Max value from RGB is 171 - color contains mainly: red. Hex color #AB34A6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB34A6 is #54CB59. Grayscale: #646464. Windows color (decimal): -5557082 or 10892459. OLE color: 10892459.

HSL color Cylindrical-coordinate representation of color #AB34A6: hue angle of 302.52º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AB34A6 is Cyan = 0, Magento = 0.70, Yellow = 0.03 and Black (K on CMYK) = 0.33.

Color convert

RGB17152166-
CMYK00.700.030.33
HSL302.52º53.36%43.73%-
HSV(B)302.52º69.59%67.06%-
XYZ24.9113.8737.44-
YUV100.58164.92178.23-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.96%
GREEN value IS 52 (20.70% from 255) = 13.37%
BLUE value IS 166 (65.23% from 255) = 42.67%
R=43.96%
G=13.37%
B=42.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.03
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1715216600.700.030.33302.5253.3643.73
HexAB34A604632112f352c
Octal2536424601063414576554
Binary10101011110100101001100100011011100001100101111110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB34A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB34A6; }

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

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

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

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

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

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

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

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