Html Css Color HEX #AC4A96 Violet Blue

📋 copy color: '#AC4A96'

red 172 ◦ green 74 ◦ blue 150

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

Shades of Violet Blue #AC4A96

Tints of Violet Blue #AC4A96

RGB

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

 GREEN value IS 74 (29.3% from 255) = 18.69%

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

R = 43.43%
G = 18.69%
B = 37.88%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.13

 K value IS 0.33

RGB Variations

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

Color information

#AC4A96 (or 0xAC4A96) is known color: Violet Blue. HEX triplet: AC, 4A and 96. RGB value is (172,74,150). Sum of RGB (Red+Green+Blue) = 172+74+150=396 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.43% from 396); Green value is 74 (29.30% from 255 or 18.69% from 396); Blue value is 150 (58.98% from 255 or 37.88% from 396); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4A96 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC4A96 is #53B569. Grayscale: #6F6F6F. Windows color (decimal): -5485930 or 9849516. OLE color: 9849516.

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

Color convert

RGB 172 74 150 -
CMYK 0 0.57 0.13 0.33
HSL 313.47º 0.4% 0.48% -
HSV(B) 313.47º 0.57% 0.67% -
XYZ 24.97 15.87 30.6 -
YUV 111.97 149.47 170.82 -
System Red Green Blue C M Y K H S L
Decimal 172 74 150 0 0.57 0.13 0.33 313.47 0.4 0.48
Hex AC 4A 96 0 39 D 21 139 28 30
Octal 254 112 226 0 71 15 41 471 50 60
Binary 10101100 1001010 10010110 0 111001 1101 100001 100111001 101000 110000

Color Harmonies of #AC4A96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4A96

Black with #AC4A96

Text Example


Text Example

White with #AC4A96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4A96; }

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

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

background-color css

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

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

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

border-color css

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

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

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