Html Css Color HEX #AF9195 Viola

📋 copy color: '#AF9195'

red 175 ◦ green 145 ◦ blue 149

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

Shades of Viola #AF9195

Tints of Viola #AF9195

RGB

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

 GREEN value IS 145 (57.03% from 255) = 30.92%

 BLUE value IS 149 (58.59% from 255) = 31.77%

R = 37.31%
G = 30.92%
B = 31.77%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.15

 K value IS 0.31

RGB Variations

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

Color information

#AF9195 (or 0xAF9195) is known color: Viola. HEX triplet: AF, 91 and 95. RGB value is (175,145,149). Sum of RGB (Red+Green+Blue) = 175+145+149=469 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.31% from 469); Green value is 145 (57.03% from 255 or 30.92% from 469); Blue value is 149 (58.59% from 255 or 31.77% from 469); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9195 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9195 is #506E6A. Grayscale: #9A9A9A. Windows color (decimal): -5271147 or 9802159. OLE color: 9802159.

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

Color convert

RGB 175 145 149 -
CMYK 0 0.17 0.15 0.31
HSL 352º 0.16% 0.63% -
HSV(B) 352º 0.17% 0.69% -
XYZ 33.23 31.53 32.77 -
YUV 154.43 124.94 142.67 -
System Red Green Blue C M Y K H S L
Decimal 175 145 149 0 0.17 0.15 0.31 352 0.16 0.63
Hex AF 91 95 0 11 F 1F 160 10 3F
Octal 257 221 225 0 21 17 37 540 20 77
Binary 10101111 10010001 10010101 0 10001 1111 11111 101100000 10000 111111

Color Harmonies of #AF9195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9195

Black with #AF9195

Text Example


Text Example

White with #AF9195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9195; }

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

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

background-color css

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

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

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

border-color css

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

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

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