Html Css Color HEX #AC9395 Viola

📋 copy color: '#AC9395'

red 172 ◦ green 147 ◦ blue 149

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

Shades of Viola #AC9395

Tints of Viola #AC9395

RGB

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

 GREEN value IS 147 (57.81% from 255) = 31.41%

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

R = 36.75%
G = 31.41%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.13

 K value IS 0.33

RGB Variations

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

Color information

#AC9395 (or 0xAC9395) is known color: Viola. HEX triplet: AC, 93 and 95. RGB value is (172,147,149). Sum of RGB (Red+Green+Blue) = 172+147+149=468 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.75% from 468); Green value is 147 (57.81% from 255 or 31.41% from 468); Blue value is 149 (58.59% from 255 or 31.84% from 468); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9395 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9395 is #536C6A. Grayscale: #9A9A9A. Windows color (decimal): -5467243 or 9802668. OLE color: 9802668.

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

Color convert

RGB 172 147 149 -
CMYK 0 0.15 0.13 0.33
HSL 355.2º 0.13% 0.63% -
HSV(B) 355.2º 0.15% 0.67% -
XYZ 32.87 31.81 32.84 -
YUV 154.7 124.78 140.34 -
System Red Green Blue C M Y K H S L
Decimal 172 147 149 0 0.15 0.13 0.33 355.2 0.13 0.63
Hex AC 93 95 0 F D 21 163 D 3F
Octal 254 223 225 0 17 15 41 543 15 77
Binary 10101100 10010011 10010101 0 1111 1101 100001 101100011 1101 111111

Color Harmonies of #AC9395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9395

Black with #AC9395

Text Example


Text Example

White with #AC9395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9395; }

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

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

background-color css

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

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

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

border-color css

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

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

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