Html Css Color HEX #AC54AD Violet Blue

📋 copy color: '#AC54AD'

red 172 ◦ green 84 ◦ blue 173

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

Shades of Violet Blue #AC54AD

Tints of Violet Blue #AC54AD

RGB

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

 GREEN value IS 84 (33.2% from 255) = 19.58%

 BLUE value IS 173 (67.97% from 255) = 40.33%

R = 40.09%
G = 19.58%
B = 40.33%

CMYK

 C value IS 0.01

 M value IS 0.51

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AC54AD (or 0xAC54AD) is known color: Violet Blue. HEX triplet: AC, 54 and AD. RGB value is (172,84,173). Sum of RGB (Red+Green+Blue) = 172+84+173=429 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.09% from 429); Green value is 84 (33.20% from 255 or 19.58% from 429); Blue value is 173 (67.97% from 255 or 40.33% from 429); Max value from RGB is 173 - color contains mainly: blue. Hex color #AC54AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC54AD is #53AB52. Grayscale: #787878. Windows color (decimal): -5483347 or 11359404. OLE color: 11359404.

HSL color Cylindrical-coordinate representation of color #AC54AD: hue angle of 299.33º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AC54AD is Cyan = 0.01, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 172 84 173 -
CMYK 0.01 0.51 0 0.32
HSL 299.33º 0.35% 0.5% -
HSV(B) 299.33º 0.51% 0.68% -
XYZ 27.73 18.13 41.57 -
YUV 120.46 157.65 164.76 -
System Red Green Blue C M Y K H S L
Decimal 172 84 173 0.01 0.51 0 0.32 299.33 0.35 0.5
Hex AC 54 AD 1 33 0 20 12B 23 32
Octal 254 124 255 1 63 0 40 453 43 62
Binary 10101100 1010100 10101101 1 110011 0 100000 100101011 100011 110010

Color Harmonies of #AC54AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC54AD

Black with #AC54AD

Text Example


Text Example

White with #AC54AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC54AD; }

 p { color: rgb(172,84,173); }

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

background-color css

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

 a { background-color: rgb(172,84,173); }

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

border-color css

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

 span { border-color: rgb(172,84,173); }

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