Html Css Color HEX #AC4998 Violet Blue

📋 copy color: '#AC4998'

red 172 ◦ green 73 ◦ blue 152

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

Shades of Violet Blue #AC4998

Tints of Violet Blue #AC4998

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.39%

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

R = 43.32%
G = 18.39%
B = 38.29%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#AC4998 (or 0xAC4998) is known color: Violet Blue. HEX triplet: AC, 49 and 98. RGB value is (172,73,152). Sum of RGB (Red+Green+Blue) = 172+73+152=397 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.32% from 397); Green value is 73 (28.91% from 255 or 18.39% from 397); Blue value is 152 (59.77% from 255 or 38.29% from 397); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4998 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC4998 is #53B667. Grayscale: #6F6F6F. Windows color (decimal): -5486184 or 9980332. OLE color: 9980332.

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

Color convert

RGB 172 73 152 -
CMYK 0 0.58 0.12 0.33
HSL 312.12º 0.4% 0.48% -
HSV(B) 312.12º 0.58% 0.67% -
XYZ 25.06 15.8 31.44 -
YUV 111.61 150.8 171.08 -
System Red Green Blue C M Y K H S L
Decimal 172 73 152 0 0.58 0.12 0.33 312.12 0.4 0.48
Hex AC 49 98 0 3A C 21 138 28 30
Octal 254 111 230 0 72 14 41 470 50 60
Binary 10101100 1001001 10011000 0 111010 1100 100001 100111000 101000 110000

Color Harmonies of #AC4998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4998

Black with #AC4998

Text Example


Text Example

White with #AC4998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4998; }

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

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

background-color css

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

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

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

border-color css

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

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

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