Html Css Color HEX #AC5595 Violet Blue

📋 copy color: '#AC5595'

red 172 ◦ green 85 ◦ blue 149

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

Shades of Violet Blue #AC5595

Tints of Violet Blue #AC5595

RGB

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

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

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

R = 42.36%
G = 20.94%
B = 36.7%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.13

 K value IS 0.33

RGB Variations

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

Color information

#AC5595 (or 0xAC5595) is known color: Violet Blue. HEX triplet: AC, 55 and 95. RGB value is (172,85,149). Sum of RGB (Red+Green+Blue) = 172+85+149=406 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.36% from 406); Green value is 85 (33.59% from 255 or 20.94% from 406); Blue value is 149 (58.59% from 255 or 36.70% from 406); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5595 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5595 is #53AA6A. Grayscale: #767676. Windows color (decimal): -5483115 or 9786796. OLE color: 9786796.

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

Color convert

RGB 172 85 149 -
CMYK 0 0.51 0.13 0.33
HSL 315.86º 0.34% 0.5% -
HSV(B) 315.86º 0.51% 0.67% -
XYZ 25.69 17.44 30.45 -
YUV 118.31 145.32 166.3 -
System Red Green Blue C M Y K H S L
Decimal 172 85 149 0 0.51 0.13 0.33 315.86 0.34 0.5
Hex AC 55 95 0 33 D 21 13C 22 32
Octal 254 125 225 0 63 15 41 474 42 62
Binary 10101100 1010101 10010101 0 110011 1101 100001 100111100 100010 110010

Color Harmonies of #AC5595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5595

Black with #AC5595

Text Example


Text Example

White with #AC5595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5595; }

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

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

background-color css

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

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

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

border-color css

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

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

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