Html Css Color HEX #AC9399 Viola

📋 copy color: '#AC9399'

red 172 ◦ green 147 ◦ blue 153

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

Shades of Viola #AC9399

Tints of Viola #AC9399

RGB

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

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

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

R = 36.44%
G = 31.14%
B = 32.42%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.11

 K value IS 0.33

RGB Variations

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

Color information

#AC9399 (or 0xAC9399) is known color: Viola. HEX triplet: AC, 93 and 99. RGB value is (172,147,153). Sum of RGB (Red+Green+Blue) = 172+147+153=472 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.44% from 472); Green value is 147 (57.81% from 255 or 31.14% from 472); Blue value is 153 (60.16% from 255 or 32.42% from 472); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9399 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9399 is #536C66. Grayscale: #9B9B9B. Windows color (decimal): -5467239 or 10064812. OLE color: 10064812.

HSL color Cylindrical-coordinate representation of color #AC9399: hue angle of 345.6º 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 #AC9399 is Cyan = 0, Magento = 0.15, Yellow = 0.11 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 147 153 -
CMYK 0 0.15 0.11 0.33
HSL 345.6º 0.13% 0.63% -
HSV(B) 345.6º 0.15% 0.67% -
XYZ 33.2 31.94 34.55 -
YUV 155.16 126.78 140.01 -
System Red Green Blue C M Y K H S L
Decimal 172 147 153 0 0.15 0.11 0.33 345.6 0.13 0.63
Hex AC 93 99 0 F B 21 15A D 3F
Octal 254 223 231 0 17 13 41 532 15 77
Binary 10101100 10010011 10011001 0 1111 1011 100001 101011010 1101 111111

Color Harmonies of #AC9399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9399

Black with #AC9399

Text Example


Text Example

White with #AC9399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9399; }

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

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

background-color css

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

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

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

border-color css

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

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

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