#AB61B4

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

Shades of Violet Blue #AB61B4

Tints of Violet Blue #AB61B4

Color information

#AB61B4 (or 0xAB61B4) is unknown color: approx Violet Blue. HEX triplet: AB, 61 and B4. RGB value is (171,97,180). Sum of RGB (Red+Green+Blue) = 171+97+180=448 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.17% from 448); Green value is 97 (38.28% from 255 or 21.65% from 448); Blue value is 180 (70.70% from 255 or 40.18% from 448); Max value from RGB is 180 - color contains mainly: blue. Hex color #AB61B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB61B4 is #549E4B. Grayscale: #808080. Windows color (decimal): -5545548 or 11821483. OLE color: 11821483.

HSL color Cylindrical-coordinate representation of color #AB61B4: hue angle of 293.49º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AB61B4 is Cyan = 0.05, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB17197180-
CMYK0.050.4600.29
HSL293.49º35.62%54.31%-
HSV(B)293.49º46.11%70.59%-
XYZ29.3120.545.59-
YUV128.59157.02158.25-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.17%
GREEN value IS 97 (38.28% from 255) = 21.65%
BLUE value IS 180 (70.70% from 255) = 40.18%
R=38.17%
G=21.65%
B=40.18%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal171971800.050.4600.29293.4935.6254.31
HexAB61B452E01D1252436
Octal2531412645560354454466
Binary10101011110000110110100101101110011101100100101100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB61B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB61B4; }

 p { color: rgb(171,97,180); }

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

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

 a { background-color: rgb(171,97,180); }

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

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

 span { border-color: rgb(171,97,180); }

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