Html Css Color HEX #AC59B1 Violet Blue

📋 copy color: '#AC59B1'

red 172 ◦ green 89 ◦ blue 177

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

Shades of Violet Blue #AC59B1

Tints of Violet Blue #AC59B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 40.41%

R = 39.27%
G = 20.32%
B = 40.41%

CMYK

 C value IS 0.03

 M value IS 0.50

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AC59B1 (or 0xAC59B1) is known color: Violet Blue. HEX triplet: AC, 59 and B1. RGB value is (172,89,177). Sum of RGB (Red+Green+Blue) = 172+89+177=438 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.27% from 438); Green value is 89 (35.16% from 255 or 20.32% from 438); Blue value is 177 (69.53% from 255 or 40.41% from 438); Max value from RGB is 177 - color contains mainly: blue. Hex color #AC59B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC59B1 is #53A64E. Grayscale: #7B7B7B. Windows color (decimal): -5482063 or 11622828. OLE color: 11622828.

HSL color Cylindrical-coordinate representation of color #AC59B1: hue angle of 296.59º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AC59B1 is Cyan = 0.03, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 172 89 177 -
CMYK 0.03 0.50 0 0.31
HSL 296.59º 0.36% 0.52% -
HSV(B) 296.59º 0.5% 0.69% -
XYZ 28.52 19.09 43.78 -
YUV 123.85 158 162.34 -
System Red Green Blue C M Y K H S L
Decimal 172 89 177 0.03 0.50 0 0.31 296.59 0.36 0.52
Hex AC 59 B1 3 32 0 1F 129 24 34
Octal 254 131 261 3 62 0 37 451 44 64
Binary 10101100 1011001 10110001 11 110010 0 11111 100101001 100100 110100

Color Harmonies of #AC59B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC59B1

Black with #AC59B1

Text Example


Text Example

White with #AC59B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC59B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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