Html Css Color HEX #AF989B Viola

📋 copy color: '#AF989B'

red 175 ◦ green 152 ◦ blue 155

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

Shades of Viola #AF989B

Tints of Viola #AF989B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 32.16%

R = 36.31%
G = 31.54%
B = 32.16%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#AF989B (or 0xAF989B) is known color: Viola. HEX triplet: AF, 98 and 9B. RGB value is (175,152,155). Sum of RGB (Red+Green+Blue) = 175+152+155=482 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.31% from 482); Green value is 152 (59.77% from 255 or 31.54% from 482); Blue value is 155 (60.94% from 255 or 32.16% from 482); Max value from RGB is 175 - color contains mainly: red. Hex color #AF989B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF989B is #506764. Grayscale: #9F9F9F. Windows color (decimal): -5269349 or 10197167. OLE color: 10197167.

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

Color convert

RGB 175 152 155 -
CMYK 0 0.13 0.11 0.31
HSL 352.17º 0.13% 0.64% -
HSV(B) 352.17º 0.13% 0.69% -
XYZ 34.82 33.94 35.73 -
YUV 159.22 125.62 139.26 -
System Red Green Blue C M Y K H S L
Decimal 175 152 155 0 0.13 0.11 0.31 352.17 0.13 0.64
Hex AF 98 9B 0 D B 1F 160 D 40
Octal 257 230 233 0 15 13 37 540 15 100
Binary 10101111 10011000 10011011 0 1101 1011 11111 101100000 1101 1000000

Color Harmonies of #AF989B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF989B

Black with #AF989B

Text Example


Text Example

White with #AF989B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF989B; }

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

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

background-color css

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

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

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

border-color css

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

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

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