Html Css Color HEX #AF57AB Violet Blue

📋 copy color: '#AF57AB'

red 175 ◦ green 87 ◦ blue 171

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

Shades of Violet Blue #AF57AB

Tints of Violet Blue #AF57AB

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#AF57AB (or 0xAF57AB) is known color: Violet Blue. HEX triplet: AF, 57 and AB. RGB value is (175,87,171). Sum of RGB (Red+Green+Blue) = 175+87+171=433 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.42% from 433); Green value is 87 (34.38% from 255 or 20.09% from 433); Blue value is 171 (67.19% from 255 or 39.49% from 433); Max value from RGB is 175 - color contains mainly: red. Hex color #AF57AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF57AB is #50A854. Grayscale: #7A7A7A. Windows color (decimal): -5285973 or 11229103. OLE color: 11229103.

HSL color Cylindrical-coordinate representation of color #AF57AB: hue angle of 302.73º 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 #AF57AB is Cyan = 0, Magento = 0.50, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 87 171 -
CMYK 0 0.50 0.02 0.31
HSL 302.73º 0.35% 0.51% -
HSV(B) 302.73º 0.5% 0.69% -
XYZ 28.44 18.87 40.67 -
YUV 122.89 155.15 165.17 -
System Red Green Blue C M Y K H S L
Decimal 175 87 171 0 0.50 0.02 0.31 302.73 0.35 0.51
Hex AF 57 AB 0 32 2 1F 12F 23 33
Octal 257 127 253 0 62 2 37 457 43 63
Binary 10101111 1010111 10101011 0 110010 10 11111 100101111 100011 110011

Color Harmonies of #AF57AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF57AB

Black with #AF57AB

Text Example


Text Example

White with #AF57AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF57AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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