Html Css Color HEX #AF949A Viola

📋 copy color: '#AF949A'

red 175 ◦ green 148 ◦ blue 154

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

Shades of Viola #AF949A

Tints of Viola #AF949A

RGB

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

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

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

R = 36.69%
G = 31.03%
B = 32.29%

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

#AF949A (or 0xAF949A) is known color: Viola. HEX triplet: AF, 94 and 9A. RGB value is (175,148,154). Sum of RGB (Red+Green+Blue) = 175+148+154=477 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.69% from 477); Green value is 148 (58.20% from 255 or 31.03% from 477); Blue value is 154 (60.55% from 255 or 32.29% from 477); Max value from RGB is 175 - color contains mainly: red. Hex color #AF949A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF949A is #506B65. Grayscale: #9C9C9C. Windows color (decimal): -5270374 or 10130607. OLE color: 10130607.

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

Color convert

RGB 175 148 154 -
CMYK 0 0.15 0.12 0.31
HSL 346.67º 0.14% 0.63% -
HSV(B) 346.67º 0.15% 0.69% -
XYZ 34.1 32.63 35.07 -
YUV 156.76 126.45 141.01 -
System Red Green Blue C M Y K H S L
Decimal 175 148 154 0 0.15 0.12 0.31 346.67 0.14 0.63
Hex AF 94 9A 0 F C 1F 15B E 3F
Octal 257 224 232 0 17 14 37 533 16 77
Binary 10101111 10010100 10011010 0 1111 1100 11111 101011011 1110 111111

Color Harmonies of #AF949A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF949A

Black with #AF949A

Text Example


Text Example

White with #AF949A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF949A; }

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

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

background-color css

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

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

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

border-color css

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

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

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