Html Css Color HEX #AC55AB Violet Blue

📋 copy color: '#AC55AB'

red 172 ◦ green 85 ◦ blue 171

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

Shades of Violet Blue #AC55AB

Tints of Violet Blue #AC55AB

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.86%

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

R = 40.19%
G = 19.86%
B = 39.95%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#AC55AB (or 0xAC55AB) is known color: Violet Blue. HEX triplet: AC, 55 and AB. RGB value is (172,85,171). Sum of RGB (Red+Green+Blue) = 172+85+171=428 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.19% from 428); Green value is 85 (33.59% from 255 or 19.86% from 428); Blue value is 171 (67.19% from 255 or 39.95% from 428); Max value from RGB is 172 - color contains mainly: red. Hex color #AC55AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC55AB is #53AA54. Grayscale: #787878. Windows color (decimal): -5483093 or 11228588. OLE color: 11228588.

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

Color convert

RGB 172 85 171 -
CMYK 0 0.51 0.01 0.33
HSL 300.69º 0.34% 0.5% -
HSV(B) 300.69º 0.51% 0.67% -
XYZ 27.61 18.21 40.59 -
YUV 120.82 156.32 164.51 -
System Red Green Blue C M Y K H S L
Decimal 172 85 171 0 0.51 0.01 0.33 300.69 0.34 0.5
Hex AC 55 AB 0 33 1 21 12D 22 32
Octal 254 125 253 0 63 1 41 455 42 62
Binary 10101100 1010101 10101011 0 110011 1 100001 100101101 100010 110010

Color Harmonies of #AC55AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC55AB

Black with #AC55AB

Text Example


Text Example

White with #AC55AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC55AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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