Html Css Color HEX #AF579B Violet Blue

📋 copy color: '#AF579B'

red 175 ◦ green 87 ◦ blue 155

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

Shades of Violet Blue #AF579B

Tints of Violet Blue #AF579B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 37.17%

R = 41.97%
G = 20.86%
B = 37.17%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#AF579B (or 0xAF579B) is known color: Violet Blue. HEX triplet: AF, 57 and 9B. RGB value is (175,87,155). Sum of RGB (Red+Green+Blue) = 175+87+155=417 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.97% from 417); Green value is 87 (34.38% from 255 or 20.86% from 417); Blue value is 155 (60.94% from 255 or 37.17% from 417); Max value from RGB is 175 - color contains mainly: red. Hex color #AF579B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF579B is #50A864. Grayscale: #787878. Windows color (decimal): -5285989 or 10180527. OLE color: 10180527.

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

Color convert

RGB 175 87 155 -
CMYK 0 0.50 0.11 0.31
HSL 313.64º 0.35% 0.51% -
HSV(B) 313.64º 0.5% 0.69% -
XYZ 27 18.3 33.12 -
YUV 121.06 147.15 166.47 -
System Red Green Blue C M Y K H S L
Decimal 175 87 155 0 0.50 0.11 0.31 313.64 0.35 0.51
Hex AF 57 9B 0 32 B 1F 13A 23 33
Octal 257 127 233 0 62 13 37 472 43 63
Binary 10101111 1010111 10011011 0 110010 1011 11111 100111010 100011 110011

Color Harmonies of #AF579B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF579B

Black with #AF579B

Text Example


Text Example

White with #AF579B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF579B; }

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

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

background-color css

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

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

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

border-color css

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

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

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