Html Css Color HEX #AA4EA8 Violet Blue

📋 copy color: '#AA4EA8'

red 170 ◦ green 78 ◦ blue 168

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

Shades of Violet Blue #AA4EA8

Tints of Violet Blue #AA4EA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 40.38%

R = 40.87%
G = 18.75%
B = 40.38%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#AA4EA8 (or 0xAA4EA8) is known color: Violet Blue. HEX triplet: AA, 4E and A8. RGB value is (170,78,168). Sum of RGB (Red+Green+Blue) = 170+78+168=416 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.87% from 416); Green value is 78 (30.86% from 255 or 18.75% from 416); Blue value is 168 (66.02% from 255 or 40.38% from 416); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4EA8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA4EA8 is #55B157. Grayscale: #737373. Windows color (decimal): -5615960 or 11030186. OLE color: 11030186.

HSL color Cylindrical-coordinate representation of color #AA4EA8: hue angle of 301.3º 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 #AA4EA8 is Cyan = 0, Magento = 0.54, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 78 168 -
CMYK 0 0.54 0.01 0.33
HSL 301.3º 0.37% 0.49% -
HSV(B) 301.3º 0.54% 0.67% -
XYZ 26.37 16.82 38.9 -
YUV 115.77 157.48 166.68 -
System Red Green Blue C M Y K H S L
Decimal 170 78 168 0 0.54 0.01 0.33 301.3 0.37 0.49
Hex AA 4E A8 0 36 1 21 12D 25 31
Octal 252 116 250 0 66 1 41 455 45 61
Binary 10101010 1001110 10101000 0 110110 1 100001 100101101 100101 110001

Color Harmonies of #AA4EA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4EA8

Black with #AA4EA8

Text Example


Text Example

White with #AA4EA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4EA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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