Html Css Color HEX #AA4AAE Violet Blue

📋 copy color: '#AA4AAE'

red 170 ◦ green 74 ◦ blue 174

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

Shades of Violet Blue #AA4AAE

Tints of Violet Blue #AA4AAE

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.7%

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

R = 40.67%
G = 17.7%
B = 41.63%

CMYK

 C value IS 0.02

 M value IS 0.57

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AA4AAE (or 0xAA4AAE) is known color: Violet Blue. HEX triplet: AA, 4A and AE. RGB value is (170,74,174). Sum of RGB (Red+Green+Blue) = 170+74+174=418 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.67% from 418); Green value is 74 (29.30% from 255 or 17.70% from 418); Blue value is 174 (68.36% from 255 or 41.63% from 418); Max value from RGB is 174 - color contains mainly: blue. Hex color #AA4AAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4AAE is #55B551. Grayscale: #717171. Windows color (decimal): -5616978 or 11422378. OLE color: 11422378.

HSL color Cylindrical-coordinate representation of color #AA4AAE: hue angle of 297.6º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AA4AAE is Cyan = 0.02, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 170 74 174 -
CMYK 0.02 0.57 0 0.32
HSL 297.6º 0.4% 0.49% -
HSV(B) 297.6º 0.57% 0.68% -
XYZ 26.67 16.5 41.82 -
YUV 114.1 161.8 167.87 -
System Red Green Blue C M Y K H S L
Decimal 170 74 174 0.02 0.57 0 0.32 297.6 0.4 0.49
Hex AA 4A AE 2 39 0 20 12A 28 31
Octal 252 112 256 2 71 0 40 452 50 61
Binary 10101010 1001010 10101110 10 111001 0 100000 100101010 101000 110001

Color Harmonies of #AA4AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4AAE

Black with #AA4AAE

Text Example


Text Example

White with #AA4AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4AAE; }

 p { color: rgb(170,74,174); }

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

background-color css

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

 a { background-color: rgb(170,74,174); }

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

border-color css

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

 span { border-color: rgb(170,74,174); }

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