#AB62B5

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

Shades of Violet Blue #AB62B5

Tints of Violet Blue #AB62B5

Color information

#AB62B5 (or 0xAB62B5) is unknown color: approx Violet Blue. HEX triplet: AB, 62 and B5. RGB value is (171,98,181). Sum of RGB (Red+Green+Blue) = 171+98+181=450 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38% from 450); Green value is 98 (38.67% from 255 or 21.78% from 450); Blue value is 181 (71.09% from 255 or 40.22% from 450); Max value from RGB is 181 - color contains mainly: blue. Hex color #AB62B5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB62B5 is #549D4A. Grayscale: #818181. Windows color (decimal): -5545291 or 11887275. OLE color: 11887275.

HSL color Cylindrical-coordinate representation of color #AB62B5: hue angle of 292.77º degrees, saturation: 0.36, 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 #AB62B5 is Cyan = 0.06, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB17198181-
CMYK0.060.4600.29
HSL292.77º35.93%54.71%-
HSV(B)292.77º45.86%70.98%-
XYZ29.520.7346.16-
YUV129.29157.18157.75-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38%
GREEN value IS 98 (38.67% from 255) = 21.78%
BLUE value IS 181 (71.09% from 255) = 40.22%
R=38%
G=21.78%
B=40.22%

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
Decimal171981810.060.4600.29292.7735.9354.71
HexAB62B562E01D1252437
Octal2531422656560354454467
Binary10101011110001010110101110101110011101100100101100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB62B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB62B5; }

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

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

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

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

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

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

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

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