Html Css Color HEX #AC519C Violet Blue

📋 copy color: '#AC519C'

red 172 ◦ green 81 ◦ blue 156

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

Shades of Violet Blue #AC519C

Tints of Violet Blue #AC519C

RGB

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

 GREEN value IS 81 (32.03% from 255) = 19.8%

 BLUE value IS 156 (61.33% from 255) = 38.14%

R = 42.05%
G = 19.8%
B = 38.14%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#AC519C (or 0xAC519C) is known color: Violet Blue. HEX triplet: AC, 51 and 9C. RGB value is (172,81,156). Sum of RGB (Red+Green+Blue) = 172+81+156=409 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.05% from 409); Green value is 81 (32.03% from 255 or 19.80% from 409); Blue value is 156 (61.33% from 255 or 38.14% from 409); Max value from RGB is 172 - color contains mainly: red. Hex color #AC519C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC519C is #53AE63. Grayscale: #747474. Windows color (decimal): -5484132 or 10244524. OLE color: 10244524.

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

Color convert

RGB 172 81 156 -
CMYK 0 0.53 0.09 0.33
HSL 310.55º 0.36% 0.5% -
HSV(B) 310.55º 0.53% 0.67% -
XYZ 25.96 17.06 33.38 -
YUV 116.76 150.15 167.4 -
System Red Green Blue C M Y K H S L
Decimal 172 81 156 0 0.53 0.09 0.33 310.55 0.36 0.5
Hex AC 51 9C 0 35 9 21 137 24 32
Octal 254 121 234 0 65 11 41 467 44 62
Binary 10101100 1010001 10011100 0 110101 1001 100001 100110111 100100 110010

Color Harmonies of #AC519C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC519C

Black with #AC519C

Text Example


Text Example

White with #AC519C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC519C; }

 p { color: rgb(172,81,156); }

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

background-color css

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

 a { background-color: rgb(172,81,156); }

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

border-color css

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

 span { border-color: rgb(172,81,156); }

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