Html Css Color HEX #AA4CAE Violet Blue

📋 copy color: '#AA4CAE'

red 170 ◦ green 76 ◦ blue 174

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

Shades of Violet Blue #AA4CAE

Tints of Violet Blue #AA4CAE

RGB

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

 GREEN value IS 76 (30.08% from 255) = 18.1%

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

R = 40.48%
G = 18.1%
B = 41.43%

CMYK

 C value IS 0.02

 M value IS 0.56

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AA4CAE (or 0xAA4CAE) is known color: Violet Blue. HEX triplet: AA, 4C and AE. RGB value is (170,76,174). Sum of RGB (Red+Green+Blue) = 170+76+174=420 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.48% from 420); Green value is 76 (30.08% from 255 or 18.10% from 420); Blue value is 174 (68.36% from 255 or 41.43% from 420); Max value from RGB is 174 - color contains mainly: blue. Hex color #AA4CAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4CAE is #55B351. Grayscale: #727272. Windows color (decimal): -5616466 or 11422890. OLE color: 11422890.

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

Color convert

RGB 170 76 174 -
CMYK 0.02 0.56 0 0.32
HSL 297.55º 0.39% 0.49% -
HSV(B) 297.55º 0.56% 0.68% -
XYZ 26.8 16.77 41.87 -
YUV 115.28 161.14 167.03 -
System Red Green Blue C M Y K H S L
Decimal 170 76 174 0.02 0.56 0 0.32 297.55 0.39 0.49
Hex AA 4C AE 2 38 0 20 12A 27 31
Octal 252 114 256 2 70 0 40 452 47 61
Binary 10101010 1001100 10101110 10 111000 0 100000 100101010 100111 110001

Color Harmonies of #AA4CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4CAE

Black with #AA4CAE

Text Example


Text Example

White with #AA4CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4CAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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