Html Css Color HEX #AA4EA5 Violet Blue

📋 copy color: '#AA4EA5'

red 170 ◦ green 78 ◦ blue 165

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

Shades of Violet Blue #AA4EA5

Tints of Violet Blue #AA4EA5

RGB

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

 GREEN value IS 78 (30.86% from 255) = 18.89%

 BLUE value IS 165 (64.84% from 255) = 39.95%

R = 41.16%
G = 18.89%
B = 39.95%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.03

 K value IS 0.33

RGB Variations

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

Color information

#AA4EA5 (or 0xAA4EA5) is known color: Violet Blue. HEX triplet: AA, 4E and A5. RGB value is (170,78,165). Sum of RGB (Red+Green+Blue) = 170+78+165=413 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.16% from 413); Green value is 78 (30.86% from 255 or 18.89% from 413); Blue value is 165 (64.84% from 255 or 39.95% from 413); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4EA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA4EA5 is #55B15A. Grayscale: #737373. Windows color (decimal): -5615963 or 10833578. OLE color: 10833578.

HSL color Cylindrical-coordinate representation of color #AA4EA5: hue angle of 303.26º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AA4EA5 is Cyan = 0, Magento = 0.54, Yellow = 0.03 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 78 165 -
CMYK 0 0.54 0.03 0.33
HSL 303.26º 0.37% 0.49% -
HSV(B) 303.26º 0.54% 0.67% -
XYZ 26.09 16.71 37.45 -
YUV 115.43 155.98 166.93 -
System Red Green Blue C M Y K H S L
Decimal 170 78 165 0 0.54 0.03 0.33 303.26 0.37 0.49
Hex AA 4E A5 0 36 3 21 12F 25 31
Octal 252 116 245 0 66 3 41 457 45 61
Binary 10101010 1001110 10100101 0 110110 11 100001 100101111 100101 110001

Color Harmonies of #AA4EA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4EA5

Black with #AA4EA5

Text Example


Text Example

White with #AA4EA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4EA5; }

 p { color: rgb(170,78,165); }

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

background-color css

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

 a { background-color: rgb(170,78,165); }

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

border-color css

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

 span { border-color: rgb(170,78,165); }

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