Html Css Color HEX #AC4996 Violet Blue

📋 copy color: '#AC4996'

red 172 ◦ green 73 ◦ blue 150

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

Shades of Violet Blue #AC4996

Tints of Violet Blue #AC4996

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 37.97%

R = 43.54%
G = 18.48%
B = 37.97%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.13

 K value IS 0.33

RGB Variations

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

Color information

#AC4996 (or 0xAC4996) is known color: Violet Blue. HEX triplet: AC, 49 and 96. RGB value is (172,73,150). Sum of RGB (Red+Green+Blue) = 172+73+150=395 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.54% from 395); Green value is 73 (28.91% from 255 or 18.48% from 395); Blue value is 150 (58.98% from 255 or 37.97% from 395); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4996 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC4996 is #53B669. Grayscale: #6F6F6F. Windows color (decimal): -5486186 or 9849260. OLE color: 9849260.

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

Color convert

RGB 172 73 150 -
CMYK 0 0.58 0.13 0.33
HSL 313.33º 0.4% 0.48% -
HSV(B) 313.33º 0.58% 0.67% -
XYZ 24.9 15.74 30.58 -
YUV 111.38 149.8 171.24 -
System Red Green Blue C M Y K H S L
Decimal 172 73 150 0 0.58 0.13 0.33 313.33 0.4 0.48
Hex AC 49 96 0 3A D 21 139 28 30
Octal 254 111 226 0 72 15 41 471 50 60
Binary 10101100 1001001 10010110 0 111010 1101 100001 100111001 101000 110000

Color Harmonies of #AC4996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4996

Black with #AC4996

Text Example


Text Example

White with #AC4996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4996; }

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

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

background-color css

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

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

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

border-color css

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

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

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