Html Css Color HEX #AC599A Violet Blue

📋 copy color: '#AC599A'

red 172 ◦ green 89 ◦ blue 154

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

Shades of Violet Blue #AC599A

Tints of Violet Blue #AC599A

RGB

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

 GREEN value IS 89 (35.16% from 255) = 21.45%

 BLUE value IS 154 (60.55% from 255) = 37.11%

R = 41.45%
G = 21.45%
B = 37.11%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.10

 K value IS 0.33

RGB Variations

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

Color information

#AC599A (or 0xAC599A) is known color: Violet Blue. HEX triplet: AC, 59 and 9A. RGB value is (172,89,154). Sum of RGB (Red+Green+Blue) = 172+89+154=415 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.45% from 415); Green value is 89 (35.16% from 255 or 21.45% from 415); Blue value is 154 (60.55% from 255 or 37.11% from 415); Max value from RGB is 172 - color contains mainly: red. Hex color #AC599A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC599A is #53A665. Grayscale: #797979. Windows color (decimal): -5482086 or 10115500. OLE color: 10115500.

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

Color convert

RGB 172 89 154 -
CMYK 0 0.48 0.10 0.33
HSL 313.01º 0.33% 0.51% -
HSV(B) 313.01º 0.48% 0.67% -
XYZ 26.42 18.25 32.7 -
YUV 121.23 146.5 164.21 -
System Red Green Blue C M Y K H S L
Decimal 172 89 154 0 0.48 0.10 0.33 313.01 0.33 0.51
Hex AC 59 9A 0 30 A 21 139 21 33
Octal 254 131 232 0 60 12 41 471 41 63
Binary 10101100 1011001 10011010 0 110000 1010 100001 100111001 100001 110011

Color Harmonies of #AC599A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC599A

Black with #AC599A

Text Example


Text Example

White with #AC599A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC599A; }

 p { color: rgb(172,89,154); }

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

background-color css

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

 a { background-color: rgb(172,89,154); }

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

border-color css

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

 span { border-color: rgb(172,89,154); }

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