Html Css Color HEX #AF959C Viola

📋 copy color: '#AF959C'

red 175 ◦ green 149 ◦ blue 156

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

Shades of Viola #AF959C

Tints of Viola #AF959C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 31.04%

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

R = 36.46%
G = 31.04%
B = 32.5%

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

#AF959C (or 0xAF959C) is known color: Viola. HEX triplet: AF, 95 and 9C. RGB value is (175,149,156). Sum of RGB (Red+Green+Blue) = 175+149+156=480 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.46% from 480); Green value is 149 (58.59% from 255 or 31.04% from 480); Blue value is 156 (61.33% from 255 or 32.5% from 480); Max value from RGB is 175 - color contains mainly: red. Hex color #AF959C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF959C is #506A63. Grayscale: #9D9D9D. Windows color (decimal): -5270116 or 10261935. OLE color: 10261935.

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

Color convert

RGB 175 149 156 -
CMYK 0 0.15 0.11 0.31
HSL 343.85º 0.14% 0.64% -
HSV(B) 343.85º 0.15% 0.69% -
XYZ 34.43 33.01 36.01 -
YUV 157.57 127.11 140.43 -
System Red Green Blue C M Y K H S L
Decimal 175 149 156 0 0.15 0.11 0.31 343.85 0.14 0.64
Hex AF 95 9C 0 F B 1F 158 E 40
Octal 257 225 234 0 17 13 37 530 16 100
Binary 10101111 10010101 10011100 0 1111 1011 11111 101011000 1110 1000000

Color Harmonies of #AF959C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF959C

Black with #AF959C

Text Example


Text Example

White with #AF959C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF959C; }

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

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

background-color css

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

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

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

border-color css

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

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

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