Html Css Color HEX #AC4A9A Violet Blue

📋 copy color: '#AC4A9A'

red 172 ◦ green 74 ◦ blue 154

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

Shades of Violet Blue #AC4A9A

Tints of Violet Blue #AC4A9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 38.5%

R = 43%
G = 18.5%
B = 38.5%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.10

 K value IS 0.33

RGB Variations

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

Color information

#AC4A9A (or 0xAC4A9A) is known color: Violet Blue. HEX triplet: AC, 4A and 9A. RGB value is (172,74,154). Sum of RGB (Red+Green+Blue) = 172+74+154=400 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43% from 400); Green value is 74 (29.30% from 255 or 18.5% from 400); Blue value is 154 (60.55% from 255 or 38.5% from 400); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4A9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC4A9A is #53B565. Grayscale: #707070. Windows color (decimal): -5485926 or 10111660. OLE color: 10111660.

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

Color convert

RGB 172 74 154 -
CMYK 0 0.57 0.10 0.33
HSL 311.02º 0.4% 0.48% -
HSV(B) 311.02º 0.57% 0.67% -
XYZ 25.29 16 32.33 -
YUV 112.42 151.47 170.5 -
System Red Green Blue C M Y K H S L
Decimal 172 74 154 0 0.57 0.10 0.33 311.02 0.4 0.48
Hex AC 4A 9A 0 39 A 21 137 28 30
Octal 254 112 232 0 71 12 41 467 50 60
Binary 10101100 1001010 10011010 0 111001 1010 100001 100110111 101000 110000

Color Harmonies of #AC4A9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4A9A

Black with #AC4A9A

Text Example


Text Example

White with #AC4A9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4A9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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