Html Css Color HEX #AC4C96 Violet Blue

📋 copy color: '#AC4C96'

red 172 ◦ green 76 ◦ blue 150

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

Shades of Violet Blue #AC4C96

Tints of Violet Blue #AC4C96

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19.1%

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

R = 43.22%
G = 19.1%
B = 37.69%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.13

 K value IS 0.33

RGB Variations

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

Color information

#AC4C96 (or 0xAC4C96) is known color: Violet Blue. HEX triplet: AC, 4C and 96. RGB value is (172,76,150). Sum of RGB (Red+Green+Blue) = 172+76+150=398 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.22% from 398); Green value is 76 (30.08% from 255 or 19.10% from 398); Blue value is 150 (58.98% from 255 or 37.69% from 398); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4C96 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC4C96 is #53B369. Grayscale: #707070. Windows color (decimal): -5485418 or 9850028. OLE color: 9850028.

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

Color convert

RGB 172 76 150 -
CMYK 0 0.56 0.13 0.33
HSL 313.75º 0.39% 0.49% -
HSV(B) 313.75º 0.56% 0.67% -
XYZ 25.1 16.14 30.65 -
YUV 113.14 148.8 169.98 -
System Red Green Blue C M Y K H S L
Decimal 172 76 150 0 0.56 0.13 0.33 313.75 0.39 0.49
Hex AC 4C 96 0 38 D 21 13A 27 31
Octal 254 114 226 0 70 15 41 472 47 61
Binary 10101100 1001100 10010110 0 111000 1101 100001 100111010 100111 110001

Color Harmonies of #AC4C96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4C96

Black with #AC4C96

Text Example


Text Example

White with #AC4C96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4C96; }

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

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

background-color css

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

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

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

border-color css

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

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

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