Html Css Color HEX #AF8F98 Viola

📋 copy color: '#AF8F98'

red 175 ◦ green 143 ◦ blue 152

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

Shades of Viola #AF8F98

Tints of Viola #AF8F98

RGB

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

 GREEN value IS 143 (56.25% from 255) = 30.43%

 BLUE value IS 152 (59.77% from 255) = 32.34%

R = 37.23%
G = 30.43%
B = 32.34%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.13

 K value IS 0.31

RGB Variations

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

Color information

#AF8F98 (or 0xAF8F98) is known color: Viola. HEX triplet: AF, 8F and 98. RGB value is (175,143,152). Sum of RGB (Red+Green+Blue) = 175+143+152=470 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.23% from 470); Green value is 143 (56.25% from 255 or 30.43% from 470); Blue value is 152 (59.77% from 255 or 32.34% from 470); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8F98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8F98 is #507067. Grayscale: #999999. Windows color (decimal): -5271656 or 9998255. OLE color: 9998255.

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

Color convert

RGB 175 143 152 -
CMYK 0 0.18 0.13 0.31
HSL 343.13º 0.17% 0.62% -
HSV(B) 343.13º 0.18% 0.69% -
XYZ 33.17 31.03 33.95 -
YUV 153.59 127.1 143.27 -
System Red Green Blue C M Y K H S L
Decimal 175 143 152 0 0.18 0.13 0.31 343.13 0.17 0.62
Hex AF 8F 98 0 12 D 1F 157 11 3E
Octal 257 217 230 0 22 15 37 527 21 76
Binary 10101111 10001111 10011000 0 10010 1101 11111 101010111 10001 111110

Color Harmonies of #AF8F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8F98

Black with #AF8F98

Text Example


Text Example

White with #AF8F98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8F98; }

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

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

background-color css

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

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

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

border-color css

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

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

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