Html Css Color HEX #AF959D Viola

📋 copy color: '#AF959D'

red 175 ◦ green 149 ◦ blue 157

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

Shades of Viola #AF959D

Tints of Viola #AF959D

RGB

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

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

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

R = 36.38%
G = 30.98%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#AF959D (or 0xAF959D) is known color: Viola. HEX triplet: AF, 95 and 9D. RGB value is (175,149,157). Sum of RGB (Red+Green+Blue) = 175+149+157=481 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.38% from 481); Green value is 149 (58.59% from 255 or 30.98% from 481); Blue value is 157 (61.72% from 255 or 32.64% from 481); Max value from RGB is 175 - color contains mainly: red. Hex color #AF959D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF959D is #506A62. Grayscale: #9D9D9D. Windows color (decimal): -5270115 or 10327471. OLE color: 10327471.

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

Color convert

RGB 175 149 157 -
CMYK 0 0.15 0.10 0.31
HSL 341.54º 0.14% 0.64% -
HSV(B) 341.54º 0.15% 0.69% -
XYZ 34.51 33.04 36.46 -
YUV 157.69 127.61 140.35 -
System Red Green Blue C M Y K H S L
Decimal 175 149 157 0 0.15 0.10 0.31 341.54 0.14 0.64
Hex AF 95 9D 0 F A 1F 156 E 40
Octal 257 225 235 0 17 12 37 526 16 100
Binary 10101111 10010101 10011101 0 1111 1010 11111 101010110 1110 1000000

Color Harmonies of #AF959D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF959D

Black with #AF959D

Text Example


Text Example

White with #AF959D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF959D; }

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

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

background-color css

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

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

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

border-color css

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

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

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