Html Css Color HEX #AC5799 Violet Blue

📋 copy color: '#AC5799'

red 172 ◦ green 87 ◦ blue 153

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

Shades of Violet Blue #AC5799

Tints of Violet Blue #AC5799

RGB

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

 GREEN value IS 87 (34.38% from 255) = 21.12%

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

R = 41.75%
G = 21.12%
B = 37.14%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.11

 K value IS 0.33

RGB Variations

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

Color information

#AC5799 (or 0xAC5799) is known color: Violet Blue. HEX triplet: AC, 57 and 99. RGB value is (172,87,153). Sum of RGB (Red+Green+Blue) = 172+87+153=412 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.75% from 412); Green value is 87 (34.38% from 255 or 21.12% from 412); Blue value is 153 (60.16% from 255 or 37.14% from 412); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5799 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5799 is #53A866. Grayscale: #777777. Windows color (decimal): -5482599 or 10049452. OLE color: 10049452.

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

Color convert

RGB 172 87 153 -
CMYK 0 0.49 0.11 0.33
HSL 313.41º 0.34% 0.51% -
HSV(B) 313.41º 0.49% 0.67% -
XYZ 26.17 17.89 32.21 -
YUV 119.94 146.66 165.13 -
System Red Green Blue C M Y K H S L
Decimal 172 87 153 0 0.49 0.11 0.33 313.41 0.34 0.51
Hex AC 57 99 0 31 B 21 139 22 33
Octal 254 127 231 0 61 13 41 471 42 63
Binary 10101100 1010111 10011001 0 110001 1011 100001 100111001 100010 110011

Color Harmonies of #AC5799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5799

Black with #AC5799

Text Example


Text Example

White with #AC5799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5799; }

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

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

background-color css

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

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

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

border-color css

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

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

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