Html Css Color HEX #AC599F Violet Blue

📋 copy color: '#AC599F'

red 172 ◦ green 89 ◦ blue 159

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

Shades of Violet Blue #AC599F

Tints of Violet Blue #AC599F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 37.86%

R = 40.95%
G = 21.19%
B = 37.86%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#AC599F (or 0xAC599F) is known color: Violet Blue. HEX triplet: AC, 59 and 9F. RGB value is (172,89,159). Sum of RGB (Red+Green+Blue) = 172+89+159=420 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.95% from 420); Green value is 89 (35.16% from 255 or 21.19% from 420); Blue value is 159 (62.5% from 255 or 37.86% from 420); Max value from RGB is 172 - color contains mainly: red. Hex color #AC599F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC599F is #53A660. Grayscale: #797979. Windows color (decimal): -5482081 or 10443180. OLE color: 10443180.

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

Color convert

RGB 172 89 159 -
CMYK 0 0.48 0.08 0.33
HSL 309.4º 0.33% 0.51% -
HSV(B) 309.4º 0.48% 0.67% -
XYZ 26.84 18.42 34.94 -
YUV 121.8 149 163.81 -
System Red Green Blue C M Y K H S L
Decimal 172 89 159 0 0.48 0.08 0.33 309.4 0.33 0.51
Hex AC 59 9F 0 30 8 21 135 21 33
Octal 254 131 237 0 60 10 41 465 41 63
Binary 10101100 1011001 10011111 0 110000 1000 100001 100110101 100001 110011

Color Harmonies of #AC599F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC599F

Black with #AC599F

Text Example


Text Example

White with #AC599F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC599F; }

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

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

background-color css

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

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

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

border-color css

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

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

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