Html Css Color HEX #AF999D Viola

📋 copy color: '#AF999D'

red 175 ◦ green 153 ◦ blue 157

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

Shades of Viola #AF999D

Tints of Viola #AF999D

RGB

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

 GREEN value IS 153 (60.16% from 255) = 31.55%

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

R = 36.08%
G = 31.55%
B = 32.37%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#AF999D (or 0xAF999D) is known color: Viola. HEX triplet: AF, 99 and 9D. RGB value is (175,153,157). Sum of RGB (Red+Green+Blue) = 175+153+157=485 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.08% from 485); Green value is 153 (60.16% from 255 or 31.55% from 485); Blue value is 157 (61.72% from 255 or 32.37% from 485); Max value from RGB is 175 - color contains mainly: red. Hex color #AF999D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF999D is #506662. Grayscale: #A0A0A0. Windows color (decimal): -5269091 or 10328495. OLE color: 10328495.

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

Color convert

RGB 175 153 157 -
CMYK 0 0.13 0.10 0.31
HSL 349.09º 0.12% 0.64% -
HSV(B) 349.09º 0.13% 0.69% -
XYZ 35.16 34.33 36.67 -
YUV 160.03 126.29 138.67 -
System Red Green Blue C M Y K H S L
Decimal 175 153 157 0 0.13 0.10 0.31 349.09 0.12 0.64
Hex AF 99 9D 0 D A 1F 15D C 40
Octal 257 231 235 0 15 12 37 535 14 100
Binary 10101111 10011001 10011101 0 1101 1010 11111 101011101 1100 1000000

Color Harmonies of #AF999D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF999D

Black with #AF999D

Text Example


Text Example

White with #AF999D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF999D; }

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

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

background-color css

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

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

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

border-color css

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

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

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