Html Css Color HEX #AC5099 Violet Blue

📋 copy color: '#AC5099'

red 172 ◦ green 80 ◦ blue 153

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

Shades of Violet Blue #AC5099

Tints of Violet Blue #AC5099

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.75%

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

R = 42.47%
G = 19.75%
B = 37.78%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.11

 K value IS 0.33

RGB Variations

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

Color information

#AC5099 (or 0xAC5099) is known color: Violet Blue. HEX triplet: AC, 50 and 99. RGB value is (172,80,153). Sum of RGB (Red+Green+Blue) = 172+80+153=405 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.47% from 405); Green value is 80 (31.64% from 255 or 19.75% from 405); Blue value is 153 (60.16% from 255 or 37.78% from 405); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5099 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5099 is #53AF66. Grayscale: #737373. Windows color (decimal): -5484391 or 10047660. OLE color: 10047660.

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

Color convert

RGB 172 80 153 -
CMYK 0 0.53 0.11 0.33
HSL 312.39º 0.37% 0.49% -
HSV(B) 312.39º 0.53% 0.67% -
XYZ 25.63 16.81 32.03 -
YUV 115.83 148.98 168.06 -
System Red Green Blue C M Y K H S L
Decimal 172 80 153 0 0.53 0.11 0.33 312.39 0.37 0.49
Hex AC 50 99 0 35 B 21 138 25 31
Octal 254 120 231 0 65 13 41 470 45 61
Binary 10101100 1010000 10011001 0 110101 1011 100001 100111000 100101 110001

Color Harmonies of #AC5099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5099

Black with #AC5099

Text Example


Text Example

White with #AC5099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5099; }

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

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

background-color css

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

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

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

border-color css

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

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

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