Html Css Color HEX #AF979D Viola

📋 copy color: '#AF979D'

red 175 ◦ green 151 ◦ blue 157

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

Shades of Viola #AF979D

Tints of Viola #AF979D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 32.51%

R = 36.23%
G = 31.26%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#AF979D (or 0xAF979D) is known color: Viola. HEX triplet: AF, 97 and 9D. RGB value is (175,151,157). Sum of RGB (Red+Green+Blue) = 175+151+157=483 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.23% from 483); Green value is 151 (59.38% from 255 or 31.26% from 483); Blue value is 157 (61.72% from 255 or 32.51% from 483); Max value from RGB is 175 - color contains mainly: red. Hex color #AF979D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF979D is #506862. Grayscale: #9E9E9E. Windows color (decimal): -5269603 or 10327983. OLE color: 10327983.

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

Color convert

RGB 175 151 157 -
CMYK 0 0.14 0.10 0.31
HSL 345º 0.13% 0.64% -
HSV(B) 345º 0.14% 0.69% -
XYZ 34.83 33.68 36.56 -
YUV 158.86 126.95 139.51 -
System Red Green Blue C M Y K H S L
Decimal 175 151 157 0 0.14 0.10 0.31 345 0.13 0.64
Hex AF 97 9D 0 E A 1F 159 D 40
Octal 257 227 235 0 16 12 37 531 15 100
Binary 10101111 10010111 10011101 0 1110 1010 11111 101011001 1101 1000000

Color Harmonies of #AF979D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF979D

Black with #AF979D

Text Example


Text Example

White with #AF979D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF979D; }

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

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

background-color css

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

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

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

border-color css

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

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

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