Html Css Color HEX #AB51A8 Violet Blue

📋 copy color: '#AB51A8'

red 171 ◦ green 81 ◦ blue 168

#AB51A8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Violet Blue #AB51A8

Tints of Violet Blue #AB51A8

RGB

 RED value IS 171 (67.19% from 255) = 40.71%

 GREEN value IS 81 (32.03% from 255) = 19.29%

 BLUE value IS 168 (66.02% from 255) = 40%

R = 40.71%
G = 19.29%
B = 40%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.02

 K value IS 0.33

RGB Variations

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

Color information

#AB51A8 (or 0xAB51A8) is known color: Violet Blue. HEX triplet: AB, 51 and A8. RGB value is (171,81,168). Sum of RGB (Red+Green+Blue) = 171+81+168=420 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.71% from 420); Green value is 81 (32.03% from 255 or 19.29% from 420); Blue value is 168 (66.02% from 255 or 40% from 420); Max value from RGB is 171 - color contains mainly: red. Hex color #AB51A8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB51A8 is #54AE57. Grayscale: #757575. Windows color (decimal): -5549656 or 11030955. OLE color: 11030955.

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

Color convert

RGB 171 81 168 -
CMYK 0 0.53 0.02 0.33
HSL 302º 0.36% 0.49% -
HSV(B) 302º 0.53% 0.67% -
XYZ 26.8 17.37 38.99 -
YUV 117.83 156.32 165.93 -
System Red Green Blue C M Y K H S L
Decimal 171 81 168 0 0.53 0.02 0.33 302 0.36 0.49
Hex AB 51 A8 0 35 2 21 12E 24 31
Octal 253 121 250 0 65 2 41 456 44 61
Binary 10101011 1010001 10101000 0 110101 10 100001 100101110 100100 110001

Color Harmonies of #AB51A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB51A8

Black with #AB51A8

Text Example


Text Example

White with #AB51A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB51A8; }

 p { color: rgb(171,81,168); }

 H1.HeaderClassName
 {
   color: #AB51A8;
 }
 .AnyTagClassName
 {
   color: #AB51A8;
 }
</style>

background-color css

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

 a { background-color: rgb(171,81,168); }

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

border-color css

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

 span { border-color: rgb(171,81,168); }

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