Html Css Color HEX #AC5198 Violet Blue

📋 copy color: '#AC5198'

red 172 ◦ green 81 ◦ blue 152

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

Shades of Violet Blue #AC5198

Tints of Violet Blue #AC5198

RGB

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

 GREEN value IS 81 (32.03% from 255) = 20%

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

R = 42.47%
G = 20%
B = 37.53%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#AC5198 (or 0xAC5198) is known color: Violet Blue. HEX triplet: AC, 51 and 98. RGB value is (172,81,152). Sum of RGB (Red+Green+Blue) = 172+81+152=405 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.47% from 405); Green value is 81 (32.03% from 255 or 20% from 405); Blue value is 152 (59.77% from 255 or 37.53% from 405); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5198 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5198 is #53AE67. Grayscale: #747474. Windows color (decimal): -5484136 or 9982380. OLE color: 9982380.

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

Color convert

RGB 172 81 152 -
CMYK 0 0.53 0.12 0.33
HSL 313.19º 0.36% 0.5% -
HSV(B) 313.19º 0.53% 0.67% -
XYZ 25.62 16.92 31.62 -
YUV 116.3 148.15 167.73 -
System Red Green Blue C M Y K H S L
Decimal 172 81 152 0 0.53 0.12 0.33 313.19 0.36 0.5
Hex AC 51 98 0 35 C 21 139 24 32
Octal 254 121 230 0 65 14 41 471 44 62
Binary 10101100 1010001 10011000 0 110101 1100 100001 100111001 100100 110010

Color Harmonies of #AC5198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5198

Black with #AC5198

Text Example


Text Example

White with #AC5198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5198; }

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

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

background-color css

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

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

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

border-color css

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

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

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