Html Css Color HEX #AB57AB Violet Blue

📋 copy color: '#AB57AB'

red 171 ◦ green 87 ◦ blue 171

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

Shades of Violet Blue #AB57AB

Tints of Violet Blue #AB57AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 39.86%

R = 39.86%
G = 20.28%
B = 39.86%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AB57AB (or 0xAB57AB) is known color: Violet Blue. HEX triplet: AB, 57 and AB. RGB value is (171,87,171). Sum of RGB (Red+Green+Blue) = 171+87+171=429 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.86% from 429); Green value is 87 (34.38% from 255 or 20.28% from 429); Blue value is 171 (67.19% from 255 or 39.86% from 429); Max value from RGB is 171 - color contains mainly: red, blue. Hex color #AB57AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB57AB is #54A854. Grayscale: #797979. Windows color (decimal): -5548117 or 11229099. OLE color: 11229099.

HSL color Cylindrical-coordinate representation of color #AB57AB: hue angle of 300º 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 #AB57AB is Cyan = 0, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 87 171 -
CMYK 0 0.49 0 0.33
HSL 300º 0.33% 0.51% -
HSV(B) 300º 0.49% 0.67% -
XYZ 27.55 18.41 40.63 -
YUV 121.69 155.83 163.17 -
System Red Green Blue C M Y K H S L
Decimal 171 87 171 0 0.49 0 0.33 300 0.33 0.51
Hex AB 57 AB 0 31 0 21 12C 21 33
Octal 253 127 253 0 61 0 41 454 41 63
Binary 10101011 1010111 10101011 0 110001 0 100001 100101100 100001 110011

Color Harmonies of #AB57AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB57AB

Black with #AB57AB

Text Example


Text Example

White with #AB57AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB57AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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