Html Css Color HEX #AC4E9C Violet Blue

📋 copy color: '#AC4E9C'

red 172 ◦ green 78 ◦ blue 156

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

Shades of Violet Blue #AC4E9C

Tints of Violet Blue #AC4E9C

RGB

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

 GREEN value IS 78 (30.86% from 255) = 19.21%

 BLUE value IS 156 (61.33% from 255) = 38.42%

R = 42.36%
G = 19.21%
B = 38.42%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#AC4E9C (or 0xAC4E9C) is known color: Violet Blue. HEX triplet: AC, 4E and 9C. RGB value is (172,78,156). Sum of RGB (Red+Green+Blue) = 172+78+156=406 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.36% from 406); Green value is 78 (30.86% from 255 or 19.21% from 406); Blue value is 156 (61.33% from 255 or 38.42% from 406); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4E9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC4E9C is #53B163. Grayscale: #727272. Windows color (decimal): -5484900 or 10243756. OLE color: 10243756.

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

Color convert

RGB 172 78 156 -
CMYK 0 0.55 0.09 0.33
HSL 310.21º 0.38% 0.49% -
HSV(B) 310.21º 0.55% 0.67% -
XYZ 25.74 16.62 33.3 -
YUV 115 151.14 168.66 -
System Red Green Blue C M Y K H S L
Decimal 172 78 156 0 0.55 0.09 0.33 310.21 0.38 0.49
Hex AC 4E 9C 0 37 9 21 136 26 31
Octal 254 116 234 0 67 11 41 466 46 61
Binary 10101100 1001110 10011100 0 110111 1001 100001 100110110 100110 110001

Color Harmonies of #AC4E9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4E9C

Black with #AC4E9C

Text Example


Text Example

White with #AC4E9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4E9C; }

 p { color: rgb(172,78,156); }

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

background-color css

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

 a { background-color: rgb(172,78,156); }

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

border-color css

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

 span { border-color: rgb(172,78,156); }

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