Html Css Color HEX #AF979B Viola

📋 copy color: '#AF979B'

red 175 ◦ green 151 ◦ blue 155

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

Shades of Viola #AF979B

Tints of Viola #AF979B

RGB

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

 GREEN value IS 151 (59.38% from 255) = 31.39%

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

R = 36.38%
G = 31.39%
B = 32.22%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#AF979B (or 0xAF979B) is known color: Viola. HEX triplet: AF, 97 and 9B. RGB value is (175,151,155). Sum of RGB (Red+Green+Blue) = 175+151+155=481 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.38% from 481); Green value is 151 (59.38% from 255 or 31.39% from 481); Blue value is 155 (60.94% from 255 or 32.22% from 481); Max value from RGB is 175 - color contains mainly: red. Hex color #AF979B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF979B is #506864. Grayscale: #9E9E9E. Windows color (decimal): -5269605 or 10196911. OLE color: 10196911.

HSL color Cylindrical-coordinate representation of color #AF979B: hue angle of 350º degrees, saturation: 0.13, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AF979B is Cyan = 0, Magento = 0.14, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 151 155 -
CMYK 0 0.14 0.11 0.31
HSL 350º 0.13% 0.64% -
HSV(B) 350º 0.14% 0.69% -
XYZ 34.66 33.61 35.67 -
YUV 158.63 125.95 139.67 -
System Red Green Blue C M Y K H S L
Decimal 175 151 155 0 0.14 0.11 0.31 350 0.13 0.64
Hex AF 97 9B 0 E B 1F 15E D 40
Octal 257 227 233 0 16 13 37 536 15 100
Binary 10101111 10010111 10011011 0 1110 1011 11111 101011110 1101 1000000

Color Harmonies of #AF979B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF979B

Black with #AF979B

Text Example


Text Example

White with #AF979B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF979B; }

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

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

background-color css

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

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

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

border-color css

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

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

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