Html Css Color HEX #AC5AAE Violet Blue

📋 copy color: '#AC5AAE'

red 172 ◦ green 90 ◦ blue 174

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

Shades of Violet Blue #AC5AAE

Tints of Violet Blue #AC5AAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 39.91%

R = 39.45%
G = 20.64%
B = 39.91%

CMYK

 C value IS 0.01

 M value IS 0.48

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AC5AAE (or 0xAC5AAE) is known color: Violet Blue. HEX triplet: AC, 5A and AE. RGB value is (172,90,174). Sum of RGB (Red+Green+Blue) = 172+90+174=436 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.45% from 436); Green value is 90 (35.55% from 255 or 20.64% from 436); Blue value is 174 (68.36% from 255 or 39.91% from 436); Max value from RGB is 174 - color contains mainly: blue. Hex color #AC5AAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5AAE is #53A551. Grayscale: #7B7B7B. Windows color (decimal): -5481810 or 11426476. OLE color: 11426476.

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

Color convert

RGB 172 90 174 -
CMYK 0.01 0.48 0 0.32
HSL 298.57º 0.34% 0.52% -
HSV(B) 298.57º 0.48% 0.68% -
XYZ 28.31 19.14 42.25 -
YUV 124.09 156.17 162.17 -
System Red Green Blue C M Y K H S L
Decimal 172 90 174 0.01 0.48 0 0.32 298.57 0.34 0.52
Hex AC 5A AE 1 30 0 20 12B 22 34
Octal 254 132 256 1 60 0 40 453 42 64
Binary 10101100 1011010 10101110 1 110000 0 100000 100101011 100010 110100

Color Harmonies of #AC5AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5AAE

Black with #AC5AAE

Text Example


Text Example

White with #AC5AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5AAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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