Html Css Color HEX #AF959A Viola

📋 copy color: '#AF959A'

red 175 ◦ green 149 ◦ blue 154

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

Shades of Viola #AF959A

Tints of Viola #AF959A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 32.22%

R = 36.61%
G = 31.17%
B = 32.22%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#AF959A (or 0xAF959A) is known color: Viola. HEX triplet: AF, 95 and 9A. RGB value is (175,149,154). Sum of RGB (Red+Green+Blue) = 175+149+154=478 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.61% from 478); Green value is 149 (58.59% from 255 or 31.17% from 478); Blue value is 154 (60.55% from 255 or 32.22% from 478); Max value from RGB is 175 - color contains mainly: red. Hex color #AF959A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF959A is #506A65. Grayscale: #9D9D9D. Windows color (decimal): -5270118 or 10130863. OLE color: 10130863.

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

Color convert

RGB 175 149 154 -
CMYK 0 0.15 0.12 0.31
HSL 348.46º 0.14% 0.64% -
HSV(B) 348.46º 0.15% 0.69% -
XYZ 34.26 32.94 35.12 -
YUV 157.34 126.11 140.59 -
System Red Green Blue C M Y K H S L
Decimal 175 149 154 0 0.15 0.12 0.31 348.46 0.14 0.64
Hex AF 95 9A 0 F C 1F 15C E 40
Octal 257 225 232 0 17 14 37 534 16 100
Binary 10101111 10010101 10011010 0 1111 1100 11111 101011100 1110 1000000

Color Harmonies of #AF959A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF959A

Black with #AF959A

Text Example


Text Example

White with #AF959A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF959A; }

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

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

background-color css

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

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

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

border-color css

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

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

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