Html Css Color HEX #AC5699 Violet Blue

📋 copy color: '#AC5699'

red 172 ◦ green 86 ◦ blue 153

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

Shades of Violet Blue #AC5699

Tints of Violet Blue #AC5699

RGB

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

 GREEN value IS 86 (33.98% from 255) = 20.92%

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

R = 41.85%
G = 20.92%
B = 37.23%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.11

 K value IS 0.33

RGB Variations

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

Color information

#AC5699 (or 0xAC5699) is known color: Violet Blue. HEX triplet: AC, 56 and 99. RGB value is (172,86,153). Sum of RGB (Red+Green+Blue) = 172+86+153=411 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.85% from 411); Green value is 86 (33.98% from 255 or 20.92% from 411); Blue value is 153 (60.16% from 255 or 37.23% from 411); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5699 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5699 is #53A966. Grayscale: #777777. Windows color (decimal): -5482855 or 10049196. OLE color: 10049196.

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

Color convert

RGB 172 86 153 -
CMYK 0 0.5 0.11 0.33
HSL 313.26º 0.34% 0.51% -
HSV(B) 313.26º 0.5% 0.67% -
XYZ 26.09 17.73 32.18 -
YUV 119.35 146.99 165.55 -
System Red Green Blue C M Y K H S L
Decimal 172 86 153 0 0.5 0.11 0.33 313.26 0.34 0.51
Hex AC 56 99 0 32 B 21 139 22 33
Octal 254 126 231 0 62 13 41 471 42 63
Binary 10101100 1010110 10011001 0 110010 1011 100001 100111001 100010 110011

Color Harmonies of #AC5699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5699

Black with #AC5699

Text Example


Text Example

White with #AC5699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5699; }

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

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

background-color css

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

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

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

border-color css

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

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

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