Html Css Color HEX #AF989D Viola

📋 copy color: '#AF989D'

red 175 ◦ green 152 ◦ blue 157

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

Shades of Viola #AF989D

Tints of Viola #AF989D

RGB

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

 GREEN value IS 152 (59.77% from 255) = 31.4%

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

R = 36.16%
G = 31.4%
B = 32.44%

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

#AF989D (or 0xAF989D) is known color: Viola. HEX triplet: AF, 98 and 9D. RGB value is (175,152,157). Sum of RGB (Red+Green+Blue) = 175+152+157=484 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.16% from 484); Green value is 152 (59.77% from 255 or 31.40% from 484); Blue value is 157 (61.72% from 255 or 32.44% from 484); Max value from RGB is 175 - color contains mainly: red. Hex color #AF989D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF989D is #506762. Grayscale: #9F9F9F. Windows color (decimal): -5269347 or 10328239. OLE color: 10328239.

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

Color convert

RGB 175 152 157 -
CMYK 0 0.13 0.10 0.31
HSL 346.96º 0.13% 0.64% -
HSV(B) 346.96º 0.13% 0.69% -
XYZ 34.99 34 36.62 -
YUV 159.45 126.62 139.09 -
System Red Green Blue C M Y K H S L
Decimal 175 152 157 0 0.13 0.10 0.31 346.96 0.13 0.64
Hex AF 98 9D 0 D A 1F 15B D 40
Octal 257 230 235 0 15 12 37 533 15 100
Binary 10101111 10011000 10011101 0 1101 1010 11111 101011011 1101 1000000

Color Harmonies of #AF989D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF989D

Black with #AF989D

Text Example


Text Example

White with #AF989D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF989D; }

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

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

background-color css

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

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

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

border-color css

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

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

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