Html Css Color HEX #AC58AB Violet Blue

📋 copy color: '#AC58AB'

red 172 ◦ green 88 ◦ blue 171

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

Shades of Violet Blue #AC58AB

Tints of Violet Blue #AC58AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 39.68%

R = 39.91%
G = 20.42%
B = 39.68%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#AC58AB (or 0xAC58AB) is known color: Violet Blue. HEX triplet: AC, 58 and AB. RGB value is (172,88,171). Sum of RGB (Red+Green+Blue) = 172+88+171=431 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.91% from 431); Green value is 88 (34.77% from 255 or 20.42% from 431); Blue value is 171 (67.19% from 255 or 39.68% from 431); Max value from RGB is 172 - color contains mainly: red. Hex color #AC58AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC58AB is #53A754. Grayscale: #7A7A7A. Windows color (decimal): -5482325 or 11229356. OLE color: 11229356.

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

Color convert

RGB 172 88 171 -
CMYK 0 0.49 0.01 0.33
HSL 300.71º 0.34% 0.51% -
HSV(B) 300.71º 0.49% 0.67% -
XYZ 27.85 18.69 40.67 -
YUV 122.58 155.33 163.25 -
System Red Green Blue C M Y K H S L
Decimal 172 88 171 0 0.49 0.01 0.33 300.71 0.34 0.51
Hex AC 58 AB 0 31 1 21 12D 22 33
Octal 254 130 253 0 61 1 41 455 42 63
Binary 10101100 1011000 10101011 0 110001 1 100001 100101101 100010 110011

Color Harmonies of #AC58AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC58AB

Black with #AC58AB

Text Example


Text Example

White with #AC58AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC58AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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