Html Css Color HEX #AB57AF Violet Blue

📋 copy color: '#AB57AF'

red 171 ◦ green 87 ◦ blue 175

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

Shades of Violet Blue #AB57AF

Tints of Violet Blue #AB57AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 40.42%

R = 39.49%
G = 20.09%
B = 40.42%

CMYK

 C value IS 0.02

 M value IS 0.50

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AB57AF (or 0xAB57AF) is known color: Violet Blue. HEX triplet: AB, 57 and AF. RGB value is (171,87,175). Sum of RGB (Red+Green+Blue) = 171+87+175=433 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.49% from 433); Green value is 87 (34.38% from 255 or 20.09% from 433); Blue value is 175 (68.75% from 255 or 40.42% from 433); Max value from RGB is 175 - color contains mainly: blue. Hex color #AB57AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB57AF is #54A850. Grayscale: #797979. Windows color (decimal): -5548113 or 11491243. OLE color: 11491243.

HSL color Cylindrical-coordinate representation of color #AB57AF: hue angle of 297.27º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AB57AF is Cyan = 0.02, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 171 87 175 -
CMYK 0.02 0.50 0 0.31
HSL 297.27º 0.35% 0.51% -
HSV(B) 297.27º 0.5% 0.69% -
XYZ 27.94 18.57 42.67 -
YUV 122.15 157.83 162.84 -
System Red Green Blue C M Y K H S L
Decimal 171 87 175 0.02 0.50 0 0.31 297.27 0.35 0.51
Hex AB 57 AF 2 32 0 1F 129 23 33
Octal 253 127 257 2 62 0 37 451 43 63
Binary 10101011 1010111 10101111 10 110010 0 11111 100101001 100011 110011

Color Harmonies of #AB57AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB57AF

Black with #AB57AF

Text Example


Text Example

White with #AB57AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB57AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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