Html Css Color HEX #AC489A Violet Blue

📋 copy color: '#AC489A'

red 172 ◦ green 72 ◦ blue 154

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

Shades of Violet Blue #AC489A

Tints of Violet Blue #AC489A

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18.09%

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

R = 43.22%
G = 18.09%
B = 38.69%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.10

 K value IS 0.33

RGB Variations

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

Color information

#AC489A (or 0xAC489A) is known color: Violet Blue. HEX triplet: AC, 48 and 9A. RGB value is (172,72,154). Sum of RGB (Red+Green+Blue) = 172+72+154=398 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.22% from 398); Green value is 72 (28.52% from 255 or 18.09% from 398); Blue value is 154 (60.55% from 255 or 38.69% from 398); Max value from RGB is 172 - color contains mainly: red. Hex color #AC489A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC489A is #53B765. Grayscale: #6F6F6F. Windows color (decimal): -5486438 or 10111148. OLE color: 10111148.

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

Color convert

RGB 172 72 154 -
CMYK 0 0.58 0.10 0.33
HSL 310.8º 0.41% 0.48% -
HSV(B) 310.8º 0.58% 0.67% -
XYZ 25.16 15.74 32.28 -
YUV 111.25 152.13 171.33 -
System Red Green Blue C M Y K H S L
Decimal 172 72 154 0 0.58 0.10 0.33 310.8 0.41 0.48
Hex AC 48 9A 0 3A A 21 137 29 30
Octal 254 110 232 0 72 12 41 467 51 60
Binary 10101100 1001000 10011010 0 111010 1010 100001 100110111 101001 110000

Color Harmonies of #AC489A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC489A

Black with #AC489A

Text Example


Text Example

White with #AC489A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC489A; }

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

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

background-color css

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

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

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

border-color css

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

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

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