#AB62B6

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

Shades of Violet Blue #AB62B6

Tints of Violet Blue #AB62B6

Color information

#AB62B6 (or 0xAB62B6) is unknown color: approx Violet Blue. HEX triplet: AB, 62 and B6. RGB value is (171,98,182). Sum of RGB (Red+Green+Blue) = 171+98+182=451 (59% of max value = 765). Red value is 171 (67.19% from 255 or 37.92% from 451); Green value is 98 (38.67% from 255 or 21.73% from 451); Blue value is 182 (71.48% from 255 or 40.35% from 451); Max value from RGB is 182 - color contains mainly: blue. Hex color #AB62B6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB62B6 is #549D49. Grayscale: #818181. Windows color (decimal): -5545290 or 11952811. OLE color: 11952811.

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

Color convert

RGB17198182-
CMYK0.060.4600.29
HSL292.14º36.52%54.9%-
HSV(B)292.14º46.15%71.37%-
XYZ29.6120.7746.7-
YUV129.4157.68157.67-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.92%
GREEN value IS 98 (38.67% from 255) = 21.73%
BLUE value IS 182 (71.48% from 255) = 40.35%
R=37.92%
G=21.73%
B=40.35%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal171981820.060.4600.29292.1436.5254.9
HexAB62B662E01D1242537
Octal2531422666560354444567
Binary10101011110001010110110110101110011101100100100100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB62B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB62B6; }

 p { color: rgb(171,98,182); }

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

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

 a { background-color: rgb(171,98,182); }

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

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

 span { border-color: rgb(171,98,182); }

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