Html Css Color HEX #AC5AA0 Violet Blue

📋 copy color: '#AC5AA0'

red 172 ◦ green 90 ◦ blue 160

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

Shades of Violet Blue #AC5AA0

Tints of Violet Blue #AC5AA0

RGB

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

 GREEN value IS 90 (35.55% from 255) = 21.33%

 BLUE value IS 160 (62.89% from 255) = 37.91%

R = 40.76%
G = 21.33%
B = 37.91%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#AC5AA0 (or 0xAC5AA0) is known color: Violet Blue. HEX triplet: AC, 5A and A0. RGB value is (172,90,160). Sum of RGB (Red+Green+Blue) = 172+90+160=422 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.76% from 422); Green value is 90 (35.55% from 255 or 21.33% from 422); Blue value is 160 (62.89% from 255 or 37.91% from 422); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5AA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5AA0 is #53A55F. Grayscale: #7A7A7A. Windows color (decimal): -5481824 or 10508972. OLE color: 10508972.

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

Color convert

RGB 172 90 160 -
CMYK 0 0.48 0.07 0.33
HSL 308.78º 0.33% 0.51% -
HSV(B) 308.78º 0.48% 0.67% -
XYZ 27.01 18.62 35.43 -
YUV 122.5 149.17 163.31 -
System Red Green Blue C M Y K H S L
Decimal 172 90 160 0 0.48 0.07 0.33 308.78 0.33 0.51
Hex AC 5A A0 0 30 7 21 135 21 33
Octal 254 132 240 0 60 7 41 465 41 63
Binary 10101100 1011010 10100000 0 110000 111 100001 100110101 100001 110011

Color Harmonies of #AC5AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5AA0

Black with #AC5AA0

Text Example


Text Example

White with #AC5AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5AA0; }

 p { color: rgb(172,90,160); }

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

background-color css

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

 a { background-color: rgb(172,90,160); }

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

border-color css

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

 span { border-color: rgb(172,90,160); }

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