Html Css Color HEX #AC5499 Violet Blue

📋 copy color: '#AC5499'

red 172 ◦ green 84 ◦ blue 153

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

Shades of Violet Blue #AC5499

Tints of Violet Blue #AC5499

RGB

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

 GREEN value IS 84 (33.2% from 255) = 20.54%

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

R = 42.05%
G = 20.54%
B = 37.41%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.11

 K value IS 0.33

RGB Variations

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

Color information

#AC5499 (or 0xAC5499) is known color: Violet Blue. HEX triplet: AC, 54 and 99. RGB value is (172,84,153). Sum of RGB (Red+Green+Blue) = 172+84+153=409 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.05% from 409); Green value is 84 (33.20% from 255 or 20.54% from 409); Blue value is 153 (60.16% from 255 or 37.41% from 409); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5499 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5499 is #53AB66. Grayscale: #757575. Windows color (decimal): -5483367 or 10048684. OLE color: 10048684.

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

Color convert

RGB 172 84 153 -
CMYK 0 0.51 0.11 0.33
HSL 312.95º 0.35% 0.5% -
HSV(B) 312.95º 0.51% 0.67% -
XYZ 25.93 17.41 32.13 -
YUV 118.18 147.65 166.39 -
System Red Green Blue C M Y K H S L
Decimal 172 84 153 0 0.51 0.11 0.33 312.95 0.35 0.5
Hex AC 54 99 0 33 B 21 139 23 32
Octal 254 124 231 0 63 13 41 471 43 62
Binary 10101100 1010100 10011001 0 110011 1011 100001 100111001 100011 110010

Color Harmonies of #AC5499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5499

Black with #AC5499

Text Example


Text Example

White with #AC5499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5499; }

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

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

background-color css

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

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

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

border-color css

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

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

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