Html Css Color HEX #AC5498 Violet Blue

📋 copy color: '#AC5498'

red 172 ◦ green 84 ◦ blue 152

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

Shades of Violet Blue #AC5498

Tints of Violet Blue #AC5498

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 37.25%

R = 42.16%
G = 20.59%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#AC5498 (or 0xAC5498) is known color: Violet Blue. HEX triplet: AC, 54 and 98. RGB value is (172,84,152). Sum of RGB (Red+Green+Blue) = 172+84+152=408 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.16% from 408); Green value is 84 (33.20% from 255 or 20.59% from 408); Blue value is 152 (59.77% from 255 or 37.25% from 408); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5498 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5498 is #53AB67. Grayscale: #757575. Windows color (decimal): -5483368 or 9983148. OLE color: 9983148.

HSL color Cylindrical-coordinate representation of color #AC5498: hue angle of 313.64º 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 #AC5498 is Cyan = 0, Magento = 0.51, Yellow = 0.12 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 84 152 -
CMYK 0 0.51 0.12 0.33
HSL 313.64º 0.35% 0.5% -
HSV(B) 313.64º 0.51% 0.67% -
XYZ 25.85 17.38 31.7 -
YUV 118.06 147.15 166.47 -
System Red Green Blue C M Y K H S L
Decimal 172 84 152 0 0.51 0.12 0.33 313.64 0.35 0.5
Hex AC 54 98 0 33 C 21 13A 23 32
Octal 254 124 230 0 63 14 41 472 43 62
Binary 10101100 1010100 10011000 0 110011 1100 100001 100111010 100011 110010

Color Harmonies of #AC5498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5498

Black with #AC5498

Text Example


Text Example

White with #AC5498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5498; }

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

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

background-color css

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

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

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

border-color css

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

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

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