Html Css Color HEX #AC4699 Violet Blue

📋 copy color: '#AC4699'

red 172 ◦ green 70 ◦ blue 153

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

Shades of Violet Blue #AC4699

Tints of Violet Blue #AC4699

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.72%

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

R = 43.54%
G = 17.72%
B = 38.73%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.11

 K value IS 0.33

RGB Variations

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

Color information

#AC4699 (or 0xAC4699) is known color: Violet Blue. HEX triplet: AC, 46 and 99. RGB value is (172,70,153). Sum of RGB (Red+Green+Blue) = 172+70+153=395 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.54% from 395); Green value is 70 (27.73% from 255 or 17.72% from 395); Blue value is 153 (60.16% from 255 or 38.73% from 395); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4699 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC4699 is #53B966. Grayscale: #6D6D6D. Windows color (decimal): -5486951 or 10045100. OLE color: 10045100.

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

Color convert

RGB 172 70 153 -
CMYK 0 0.59 0.11 0.33
HSL 311.18º 0.42% 0.47% -
HSV(B) 311.18º 0.59% 0.67% -
XYZ 24.95 15.45 31.8 -
YUV 109.96 152.29 172.25 -
System Red Green Blue C M Y K H S L
Decimal 172 70 153 0 0.59 0.11 0.33 311.18 0.42 0.47
Hex AC 46 99 0 3B B 21 137 2A 2F
Octal 254 106 231 0 73 13 41 467 52 57
Binary 10101100 1000110 10011001 0 111011 1011 100001 100110111 101010 101111

Color Harmonies of #AC4699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4699

Black with #AC4699

Text Example


Text Example

White with #AC4699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4699; }

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

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

background-color css

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

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

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

border-color css

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

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

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