Html Css Color HEX #AC8A95 Viola

📋 copy color: '#AC8A95'

red 172 ◦ green 138 ◦ blue 149

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

Shades of Viola #AC8A95

Tints of Viola #AC8A95

RGB

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

 GREEN value IS 138 (54.3% from 255) = 30.07%

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

R = 37.47%
G = 30.07%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.13

 K value IS 0.33

RGB Variations

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

Color information

#AC8A95 (or 0xAC8A95) is known color: Viola. HEX triplet: AC, 8A and 95. RGB value is (172,138,149). Sum of RGB (Red+Green+Blue) = 172+138+149=459 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.47% from 459); Green value is 138 (54.30% from 255 or 30.07% from 459); Blue value is 149 (58.59% from 255 or 32.46% from 459); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8A95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8A95 is #53756A. Grayscale: #959595. Windows color (decimal): -5469547 or 9800364. OLE color: 9800364.

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

Color convert

RGB 172 138 149 -
CMYK 0 0.20 0.13 0.33
HSL 340.59º 0.17% 0.61% -
HSV(B) 340.59º 0.2% 0.67% -
XYZ 31.53 29.12 32.39 -
YUV 149.42 127.76 144.11 -
System Red Green Blue C M Y K H S L
Decimal 172 138 149 0 0.20 0.13 0.33 340.59 0.17 0.61
Hex AC 8A 95 0 14 D 21 155 11 3D
Octal 254 212 225 0 24 15 41 525 21 75
Binary 10101100 10001010 10010101 0 10100 1101 100001 101010101 10001 111101

Color Harmonies of #AC8A95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8A95

Black with #AC8A95

Text Example


Text Example

White with #AC8A95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8A95; }

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

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

background-color css

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

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

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

border-color css

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

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

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