Html Css Color HEX #AB57A8 Violet Blue

📋 copy color: '#AB57A8'

red 171 ◦ green 87 ◦ blue 168

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

Shades of Violet Blue #AB57A8

Tints of Violet Blue #AB57A8

RGB

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

 GREEN value IS 87 (34.38% from 255) = 20.42%

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

R = 40.14%
G = 20.42%
B = 39.44%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.02

 K value IS 0.33

RGB Variations

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

Color information

#AB57A8 (or 0xAB57A8) is known color: Violet Blue. HEX triplet: AB, 57 and A8. RGB value is (171,87,168). Sum of RGB (Red+Green+Blue) = 171+87+168=426 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.14% from 426); Green value is 87 (34.38% from 255 or 20.42% from 426); Blue value is 168 (66.02% from 255 or 39.44% from 426); Max value from RGB is 171 - color contains mainly: red. Hex color #AB57A8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB57A8 is #54A857. Grayscale: #797979. Windows color (decimal): -5548120 or 11032491. OLE color: 11032491.

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

Color convert

RGB 171 87 168 -
CMYK 0 0.49 0.02 0.33
HSL 302.14º 0.33% 0.51% -
HSV(B) 302.14º 0.49% 0.67% -
XYZ 27.27 18.3 39.14 -
YUV 121.35 154.33 163.41 -
System Red Green Blue C M Y K H S L
Decimal 171 87 168 0 0.49 0.02 0.33 302.14 0.33 0.51
Hex AB 57 A8 0 31 2 21 12E 21 33
Octal 253 127 250 0 61 2 41 456 41 63
Binary 10101011 1010111 10101000 0 110001 10 100001 100101110 100001 110011

Color Harmonies of #AB57A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB57A8

Black with #AB57A8

Text Example


Text Example

White with #AB57A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB57A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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