Html Css Color HEX #AA4BAE Violet Blue

📋 copy color: '#AA4BAE'

red 170 ◦ green 75 ◦ blue 174

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

Shades of Violet Blue #AA4BAE

Tints of Violet Blue #AA4BAE

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.9%

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

R = 40.57%
G = 17.9%
B = 41.53%

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

#AA4BAE (or 0xAA4BAE) is known color: Violet Blue. HEX triplet: AA, 4B and AE. RGB value is (170,75,174). Sum of RGB (Red+Green+Blue) = 170+75+174=419 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.57% from 419); Green value is 75 (29.69% from 255 or 17.90% from 419); Blue value is 174 (68.36% from 255 or 41.53% from 419); Max value from RGB is 174 - color contains mainly: blue. Hex color #AA4BAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4BAE is #55B451. Grayscale: #727272. Windows color (decimal): -5616722 or 11422634. OLE color: 11422634.

HSL color Cylindrical-coordinate representation of color #AA4BAE: hue angle of 297.58º 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 #AA4BAE is Cyan = 0.02, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 170 75 174 -
CMYK 0.02 0.57 0 0.32
HSL 297.58º 0.4% 0.49% -
HSV(B) 297.58º 0.57% 0.68% -
XYZ 26.73 16.63 41.85 -
YUV 114.69 161.47 167.45 -
System Red Green Blue C M Y K H S L
Decimal 170 75 174 0.02 0.57 0 0.32 297.58 0.4 0.49
Hex AA 4B AE 2 39 0 20 12A 28 31
Octal 252 113 256 2 71 0 40 452 50 61
Binary 10101010 1001011 10101110 10 111001 0 100000 100101010 101000 110001

Color Harmonies of #AA4BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4BAE

Black with #AA4BAE

Text Example


Text Example

White with #AA4BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4BAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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