Html Css Color HEX #AF9599 Viola

📋 copy color: '#AF9599'

red 175 ◦ green 149 ◦ blue 153

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

Shades of Viola #AF9599

Tints of Viola #AF9599

RGB

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

 GREEN value IS 149 (58.59% from 255) = 31.24%

 BLUE value IS 153 (60.16% from 255) = 32.08%

R = 36.69%
G = 31.24%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.13

 K value IS 0.31

RGB Variations

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

Color information

#AF9599 (or 0xAF9599) is known color: Viola. HEX triplet: AF, 95 and 99. RGB value is (175,149,153). Sum of RGB (Red+Green+Blue) = 175+149+153=477 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.69% from 477); Green value is 149 (58.59% from 255 or 31.24% from 477); Blue value is 153 (60.16% from 255 or 32.08% from 477); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9599 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9599 is #506A66. Grayscale: #9D9D9D. Windows color (decimal): -5270119 or 10065327. OLE color: 10065327.

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

Color convert

RGB 175 149 153 -
CMYK 0 0.15 0.13 0.31
HSL 350.77º 0.14% 0.64% -
HSV(B) 350.77º 0.15% 0.69% -
XYZ 34.18 32.91 34.69 -
YUV 157.23 125.61 140.67 -
System Red Green Blue C M Y K H S L
Decimal 175 149 153 0 0.15 0.13 0.31 350.77 0.14 0.64
Hex AF 95 99 0 F D 1F 15F E 40
Octal 257 225 231 0 17 15 37 537 16 100
Binary 10101111 10010101 10011001 0 1111 1101 11111 101011111 1110 1000000

Color Harmonies of #AF9599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9599

Black with #AF9599

Text Example


Text Example

White with #AF9599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9599; }

 p { color: rgb(175,149,153); }

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

background-color css

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

 a { background-color: rgb(175,149,153); }

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

border-color css

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

 span { border-color: rgb(175,149,153); }

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