Html Css Color HEX #AF949C Viola

📋 copy color: '#AF949C'

red 175 ◦ green 148 ◦ blue 156

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

Shades of Viola #AF949C

Tints of Viola #AF949C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 30.9%

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

R = 36.53%
G = 30.9%
B = 32.57%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#AF949C (or 0xAF949C) is known color: Viola. HEX triplet: AF, 94 and 9C. RGB value is (175,148,156). Sum of RGB (Red+Green+Blue) = 175+148+156=479 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.53% from 479); Green value is 148 (58.20% from 255 or 30.90% from 479); Blue value is 156 (61.33% from 255 or 32.57% from 479); Max value from RGB is 175 - color contains mainly: red. Hex color #AF949C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF949C is #506B63. Grayscale: #9C9C9C. Windows color (decimal): -5270372 or 10261679. OLE color: 10261679.

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

Color convert

RGB 175 148 156 -
CMYK 0 0.15 0.11 0.31
HSL 342.22º 0.14% 0.63% -
HSV(B) 342.22º 0.15% 0.69% -
XYZ 34.27 32.69 35.96 -
YUV 156.99 127.45 140.85 -
System Red Green Blue C M Y K H S L
Decimal 175 148 156 0 0.15 0.11 0.31 342.22 0.14 0.63
Hex AF 94 9C 0 F B 1F 156 E 3F
Octal 257 224 234 0 17 13 37 526 16 77
Binary 10101111 10010100 10011100 0 1111 1011 11111 101010110 1110 111111

Color Harmonies of #AF949C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF949C

Black with #AF949C

Text Example


Text Example

White with #AF949C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF949C; }

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

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

background-color css

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

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

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

border-color css

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

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

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