Html Css Color HEX #AA5DAC Violet Blue

📋 copy color: '#AA5DAC'

red 170 ◦ green 93 ◦ blue 172

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

Shades of Violet Blue #AA5DAC

Tints of Violet Blue #AA5DAC

RGB

 RED value IS 170 (66.8% from 255) = 39.08%

 GREEN value IS 93 (36.72% from 255) = 21.38%

 BLUE value IS 172 (67.58% from 255) = 39.54%

R = 39.08%
G = 21.38%
B = 39.54%

CMYK

 C value IS 0.01

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AA5DAC (or 0xAA5DAC) is known color: Violet Blue. HEX triplet: AA, 5D and AC. RGB value is (170,93,172). Sum of RGB (Red+Green+Blue) = 170+93+172=435 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.08% from 435); Green value is 93 (36.72% from 255 or 21.38% from 435); Blue value is 172 (67.58% from 255 or 39.54% from 435); Max value from RGB is 172 - color contains mainly: blue. Hex color #AA5DAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5DAC is #55A253. Grayscale: #7C7C7C. Windows color (decimal): -5612116 or 11296170. OLE color: 11296170.

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

Color convert

RGB 170 93 172 -
CMYK 0.01 0.46 0 0.33
HSL 298.48º 0.32% 0.52% -
HSV(B) 298.48º 0.46% 0.67% -
XYZ 27.94 19.35 41.29 -
YUV 125.03 154.51 160.08 -
System Red Green Blue C M Y K H S L
Decimal 170 93 172 0.01 0.46 0 0.33 298.48 0.32 0.52
Hex AA 5D AC 1 2E 0 21 12A 20 34
Octal 252 135 254 1 56 0 41 452 40 64
Binary 10101010 1011101 10101100 1 101110 0 100001 100101010 100000 110100

Color Harmonies of #AA5DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5DAC

Black with #AA5DAC

Text Example


Text Example

White with #AA5DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5DAC; }

 p { color: rgb(170,93,172); }

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

background-color css

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

 a { background-color: rgb(170,93,172); }

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

border-color css

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

 span { border-color: rgb(170,93,172); }

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