Html Css Color HEX #AF8996 Viola

📋 copy color: '#AF8996'

red 175 ◦ green 137 ◦ blue 150

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

Shades of Viola #AF8996

Tints of Viola #AF8996

RGB

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

 GREEN value IS 137 (53.91% from 255) = 29.65%

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

R = 37.88%
G = 29.65%
B = 32.47%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.14

 K value IS 0.31

RGB Variations

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

Color information

#AF8996 (or 0xAF8996) is known color: Viola. HEX triplet: AF, 89 and 96. RGB value is (175,137,150). Sum of RGB (Red+Green+Blue) = 175+137+150=462 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.88% from 462); Green value is 137 (53.91% from 255 or 29.65% from 462); Blue value is 150 (58.98% from 255 or 32.47% from 462); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8996 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8996 is #507669. Grayscale: #959595. Windows color (decimal): -5273194 or 9865647. OLE color: 9865647.

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

Color convert

RGB 175 137 150 -
CMYK 0 0.22 0.14 0.31
HSL 339.47º 0.19% 0.61% -
HSV(B) 339.47º 0.22% 0.69% -
XYZ 32.13 29.21 32.8 -
YUV 149.84 128.09 145.94 -
System Red Green Blue C M Y K H S L
Decimal 175 137 150 0 0.22 0.14 0.31 339.47 0.19 0.61
Hex AF 89 96 0 16 E 1F 153 13 3D
Octal 257 211 226 0 26 16 37 523 23 75
Binary 10101111 10001001 10010110 0 10110 1110 11111 101010011 10011 111101

Color Harmonies of #AF8996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8996

Black with #AF8996

Text Example


Text Example

White with #AF8996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8996; }

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

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

background-color css

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

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

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

border-color css

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

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

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