Html Css Color HEX #AC58AD Violet Blue

📋 copy color: '#AC58AD'

red 172 ◦ green 88 ◦ blue 173

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

Shades of Violet Blue #AC58AD

Tints of Violet Blue #AC58AD

RGB

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

 GREEN value IS 88 (34.77% from 255) = 20.32%

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

R = 39.72%
G = 20.32%
B = 39.95%

CMYK

 C value IS 0.01

 M value IS 0.49

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AC58AD (or 0xAC58AD) is known color: Violet Blue. HEX triplet: AC, 58 and AD. RGB value is (172,88,173). Sum of RGB (Red+Green+Blue) = 172+88+173=433 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.72% from 433); Green value is 88 (34.77% from 255 or 20.32% from 433); Blue value is 173 (67.97% from 255 or 39.95% from 433); Max value from RGB is 173 - color contains mainly: blue. Hex color #AC58AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC58AD is #53A752. Grayscale: #7A7A7A. Windows color (decimal): -5482323 or 11360428. OLE color: 11360428.

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

Color convert

RGB 172 88 173 -
CMYK 0.01 0.49 0 0.32
HSL 299.29º 0.34% 0.51% -
HSV(B) 299.29º 0.49% 0.68% -
XYZ 28.05 18.77 41.68 -
YUV 122.81 156.33 163.09 -
System Red Green Blue C M Y K H S L
Decimal 172 88 173 0.01 0.49 0 0.32 299.29 0.34 0.51
Hex AC 58 AD 1 31 0 20 12B 22 33
Octal 254 130 255 1 61 0 40 453 42 63
Binary 10101100 1011000 10101101 1 110001 0 100000 100101011 100010 110011

Color Harmonies of #AC58AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC58AD

Black with #AC58AD

Text Example


Text Example

White with #AC58AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC58AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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