Html Css Color HEX #AC5597 Violet Blue

📋 copy color: '#AC5597'

red 172 ◦ green 85 ◦ blue 151

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

Shades of Violet Blue #AC5597

Tints of Violet Blue #AC5597

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.83%

 BLUE value IS 151 (59.38% from 255) = 37.01%

R = 42.16%
G = 20.83%
B = 37.01%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#AC5597 (or 0xAC5597) is known color: Violet Blue. HEX triplet: AC, 55 and 97. RGB value is (172,85,151). Sum of RGB (Red+Green+Blue) = 172+85+151=408 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.16% from 408); Green value is 85 (33.59% from 255 or 20.83% from 408); Blue value is 151 (59.38% from 255 or 37.01% from 408); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5597 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5597 is #53AA68. Grayscale: #767676. Windows color (decimal): -5483113 or 9917868. OLE color: 9917868.

HSL color Cylindrical-coordinate representation of color #AC5597: hue angle of 314.48º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AC5597 is Cyan = 0, Magento = 0.51, Yellow = 0.12 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 85 151 -
CMYK 0 0.51 0.12 0.33
HSL 314.48º 0.34% 0.5% -
HSV(B) 314.48º 0.51% 0.67% -
XYZ 25.85 17.5 31.29 -
YUV 118.54 146.32 166.13 -
System Red Green Blue C M Y K H S L
Decimal 172 85 151 0 0.51 0.12 0.33 314.48 0.34 0.5
Hex AC 55 97 0 33 C 21 13A 22 32
Octal 254 125 227 0 63 14 41 472 42 62
Binary 10101100 1010101 10010111 0 110011 1100 100001 100111010 100010 110010

Color Harmonies of #AC5597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5597

Black with #AC5597

Text Example


Text Example

White with #AC5597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5597; }

 p { color: rgb(172,85,151); }

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

background-color css

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

 a { background-color: rgb(172,85,151); }

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

border-color css

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

 span { border-color: rgb(172,85,151); }

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