Html Css Color HEX #AC9195 Viola

📋 copy color: '#AC9195'

red 172 ◦ green 145 ◦ blue 149

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

Shades of Viola #AC9195

Tints of Viola #AC9195

RGB

 RED value IS 172 (67.58% from 255) = 36.91%

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

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

R = 36.91%
G = 31.12%
B = 31.97%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.13

 K value IS 0.33

RGB Variations

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

Color information

#AC9195 (or 0xAC9195) is known color: Viola. HEX triplet: AC, 91 and 95. RGB value is (172,145,149). Sum of RGB (Red+Green+Blue) = 172+145+149=466 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.91% from 466); Green value is 145 (57.03% from 255 or 31.12% from 466); Blue value is 149 (58.59% from 255 or 31.97% from 466); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9195 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9195 is #536E6A. Grayscale: #999999. Windows color (decimal): -5467755 or 9802156. OLE color: 9802156.

HSL color Cylindrical-coordinate representation of color #AC9195: hue angle of 351.11º degrees, saturation: 0.14, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AC9195 is Cyan = 0, Magento = 0.16, Yellow = 0.13 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 145 149 -
CMYK 0 0.16 0.13 0.33
HSL 351.11º 0.14% 0.62% -
HSV(B) 351.11º 0.16% 0.67% -
XYZ 32.56 31.19 32.74 -
YUV 153.53 125.45 141.17 -
System Red Green Blue C M Y K H S L
Decimal 172 145 149 0 0.16 0.13 0.33 351.11 0.14 0.62
Hex AC 91 95 0 10 D 21 15F E 3E
Octal 254 221 225 0 20 15 41 537 16 76
Binary 10101100 10010001 10010101 0 10000 1101 100001 101011111 1110 111110

Color Harmonies of #AC9195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9195

Black with #AC9195

Text Example


Text Example

White with #AC9195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9195; }

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

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

background-color css

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

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

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

border-color css

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

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

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