Html Css Color HEX #AF979C Viola

📋 copy color: '#AF979C'

red 175 ◦ green 151 ◦ blue 156

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

Shades of Viola #AF979C

Tints of Viola #AF979C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 32.37%

R = 36.31%
G = 31.33%
B = 32.37%

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

#AF979C (or 0xAF979C) is known color: Viola. HEX triplet: AF, 97 and 9C. RGB value is (175,151,156). Sum of RGB (Red+Green+Blue) = 175+151+156=482 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.31% from 482); Green value is 151 (59.38% from 255 or 31.33% from 482); Blue value is 156 (61.33% from 255 or 32.37% from 482); Max value from RGB is 175 - color contains mainly: red. Hex color #AF979C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF979C is #506863. Grayscale: #9E9E9E. Windows color (decimal): -5269604 or 10262447. OLE color: 10262447.

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

Color convert

RGB 175 151 156 -
CMYK 0 0.14 0.11 0.31
HSL 347.5º 0.13% 0.64% -
HSV(B) 347.5º 0.14% 0.69% -
XYZ 34.75 33.65 36.12 -
YUV 158.75 126.45 139.59 -
System Red Green Blue C M Y K H S L
Decimal 175 151 156 0 0.14 0.11 0.31 347.5 0.13 0.64
Hex AF 97 9C 0 E B 1F 15C D 40
Octal 257 227 234 0 16 13 37 534 15 100
Binary 10101111 10010111 10011100 0 1110 1011 11111 101011100 1101 1000000

Color Harmonies of #AF979C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF979C

Black with #AF979C

Text Example


Text Example

White with #AF979C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF979C; }

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

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

background-color css

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

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

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

border-color css

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

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

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