Html Css Color HEX #AC489B Violet Blue

📋 copy color: '#AC489B'

red 172 ◦ green 72 ◦ blue 155

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

Shades of Violet Blue #AC489B

Tints of Violet Blue #AC489B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 38.85%

R = 43.11%
G = 18.05%
B = 38.85%

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

#AC489B (or 0xAC489B) is known color: Violet Blue. HEX triplet: AC, 48 and 9B. RGB value is (172,72,155). Sum of RGB (Red+Green+Blue) = 172+72+155=399 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.11% from 399); Green value is 72 (28.52% from 255 or 18.05% from 399); Blue value is 155 (60.94% from 255 or 38.85% from 399); Max value from RGB is 172 - color contains mainly: red. Hex color #AC489B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC489B is #53B764. Grayscale: #6F6F6F. Windows color (decimal): -5486437 or 10176684. OLE color: 10176684.

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

Color convert

RGB 172 72 155 -
CMYK 0 0.58 0.10 0.33
HSL 310.2º 0.41% 0.48% -
HSV(B) 310.2º 0.58% 0.67% -
XYZ 25.25 15.77 32.72 -
YUV 111.36 152.63 171.25 -
System Red Green Blue C M Y K H S L
Decimal 172 72 155 0 0.58 0.10 0.33 310.2 0.41 0.48
Hex AC 48 9B 0 3A A 21 136 29 30
Octal 254 110 233 0 72 12 41 466 51 60
Binary 10101100 1001000 10011011 0 111010 1010 100001 100110110 101001 110000

Color Harmonies of #AC489B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC489B

Black with #AC489B

Text Example


Text Example

White with #AC489B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC489B; }

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

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

background-color css

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

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

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

border-color css

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

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

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