Html Css Color HEX #AC4499 Violet Blue

📋 copy color: '#AC4499'

red 172 ◦ green 68 ◦ blue 153

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

Shades of Violet Blue #AC4499

Tints of Violet Blue #AC4499

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.3%

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

R = 43.77%
G = 17.3%
B = 38.93%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.11

 K value IS 0.33

RGB Variations

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

Color information

#AC4499 (or 0xAC4499) is known color: Violet Blue. HEX triplet: AC, 44 and 99. RGB value is (172,68,153). Sum of RGB (Red+Green+Blue) = 172+68+153=393 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.77% from 393); Green value is 68 (26.95% from 255 or 17.30% from 393); Blue value is 153 (60.16% from 255 or 38.93% from 393); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4499 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC4499 is #53BB66. Grayscale: #6C6C6C. Windows color (decimal): -5487463 or 10044588. OLE color: 10044588.

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

Color convert

RGB 172 68 153 -
CMYK 0 0.60 0.11 0.33
HSL 310.96º 0.43% 0.47% -
HSV(B) 310.96º 0.6% 0.67% -
XYZ 24.83 15.2 31.76 -
YUV 108.79 152.96 173.09 -
System Red Green Blue C M Y K H S L
Decimal 172 68 153 0 0.60 0.11 0.33 310.96 0.43 0.47
Hex AC 44 99 0 3C B 21 137 2B 2F
Octal 254 104 231 0 74 13 41 467 53 57
Binary 10101100 1000100 10011001 0 111100 1011 100001 100110111 101011 101111

Color Harmonies of #AC4499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4499

Black with #AC4499

Text Example


Text Example

White with #AC4499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4499; }

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

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

background-color css

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

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

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

border-color css

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

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

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