Html Css Color HEX #AF8E96 Viola

📋 copy color: '#AF8E96'

red 175 ◦ green 142 ◦ blue 150

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

Shades of Viola #AF8E96

Tints of Viola #AF8E96

RGB

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

 GREEN value IS 142 (55.86% from 255) = 30.41%

 BLUE value IS 150 (58.98% from 255) = 32.12%

R = 37.47%
G = 30.41%
B = 32.12%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.14

 K value IS 0.31

RGB Variations

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

Color information

#AF8E96 (or 0xAF8E96) is known color: Viola. HEX triplet: AF, 8E and 96. RGB value is (175,142,150). Sum of RGB (Red+Green+Blue) = 175+142+150=467 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.47% from 467); Green value is 142 (55.86% from 255 or 30.41% from 467); Blue value is 150 (58.98% from 255 or 32.12% from 467); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8E96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8E96 is #507169. Grayscale: #989898. Windows color (decimal): -5271914 or 9866927. OLE color: 9866927.

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

Color convert

RGB 175 142 150 -
CMYK 0 0.19 0.14 0.31
HSL 345.45º 0.17% 0.62% -
HSV(B) 345.45º 0.19% 0.69% -
XYZ 32.86 30.66 33.04 -
YUV 152.78 126.43 143.85 -
System Red Green Blue C M Y K H S L
Decimal 175 142 150 0 0.19 0.14 0.31 345.45 0.17 0.62
Hex AF 8E 96 0 13 E 1F 159 11 3E
Octal 257 216 226 0 23 16 37 531 21 76
Binary 10101111 10001110 10010110 0 10011 1110 11111 101011001 10001 111110

Color Harmonies of #AF8E96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8E96

Black with #AF8E96

Text Example


Text Example

White with #AF8E96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8E96; }

 p { color: rgb(175,142,150); }

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

background-color css

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

 a { background-color: rgb(175,142,150); }

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

border-color css

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

 span { border-color: rgb(175,142,150); }

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