Html Css Color HEX #AF57A0 Violet Blue

📋 copy color: '#AF57A0'

red 175 ◦ green 87 ◦ blue 160

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

Shades of Violet Blue #AF57A0

Tints of Violet Blue #AF57A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 37.91%

R = 41.47%
G = 20.62%
B = 37.91%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.09

 K value IS 0.31

RGB Variations

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

Color information

#AF57A0 (or 0xAF57A0) is known color: Violet Blue. HEX triplet: AF, 57 and A0. RGB value is (175,87,160). Sum of RGB (Red+Green+Blue) = 175+87+160=422 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.47% from 422); Green value is 87 (34.38% from 255 or 20.62% from 422); Blue value is 160 (62.89% from 255 or 37.91% from 422); Max value from RGB is 175 - color contains mainly: red. Hex color #AF57A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF57A0 is #50A85F. Grayscale: #797979. Windows color (decimal): -5285984 or 10508207. OLE color: 10508207.

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

Color convert

RGB 175 87 160 -
CMYK 0 0.50 0.09 0.31
HSL 310.23º 0.35% 0.51% -
HSV(B) 310.23º 0.5% 0.69% -
XYZ 27.43 18.47 35.38 -
YUV 121.63 149.65 166.06 -
System Red Green Blue C M Y K H S L
Decimal 175 87 160 0 0.50 0.09 0.31 310.23 0.35 0.51
Hex AF 57 A0 0 32 9 1F 136 23 33
Octal 257 127 240 0 62 11 37 466 43 63
Binary 10101111 1010111 10100000 0 110010 1001 11111 100110110 100011 110011

Color Harmonies of #AF57A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF57A0

Black with #AF57A0

Text Example


Text Example

White with #AF57A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF57A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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