Html Css Color HEX #AA4AAC Violet Blue

📋 copy color: '#AA4AAC'

red 170 ◦ green 74 ◦ blue 172

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

Shades of Violet Blue #AA4AAC

Tints of Violet Blue #AA4AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 41.35%

R = 40.87%
G = 17.79%
B = 41.35%

CMYK

 C value IS 0.01

 M value IS 0.57

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AA4AAC (or 0xAA4AAC) is known color: Violet Blue. HEX triplet: AA, 4A and AC. RGB value is (170,74,172). Sum of RGB (Red+Green+Blue) = 170+74+172=416 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.87% from 416); Green value is 74 (29.30% from 255 or 17.79% from 416); Blue value is 172 (67.58% from 255 or 41.35% from 416); Max value from RGB is 172 - color contains mainly: blue. Hex color #AA4AAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4AAC is #55B553. Grayscale: #717171. Windows color (decimal): -5616980 or 11291306. OLE color: 11291306.

HSL color Cylindrical-coordinate representation of color #AA4AAC: hue angle of 298.78º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AA4AAC is Cyan = 0.01, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 74 172 -
CMYK 0.01 0.57 0 0.33
HSL 298.78º 0.4% 0.48% -
HSV(B) 298.78º 0.57% 0.67% -
XYZ 26.47 16.42 40.8 -
YUV 113.88 160.8 168.03 -
System Red Green Blue C M Y K H S L
Decimal 170 74 172 0.01 0.57 0 0.33 298.78 0.4 0.48
Hex AA 4A AC 1 39 0 21 12B 28 30
Octal 252 112 254 1 71 0 41 453 50 60
Binary 10101010 1001010 10101100 1 111001 0 100001 100101011 101000 110000

Color Harmonies of #AA4AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4AAC

Black with #AA4AAC

Text Example


Text Example

White with #AA4AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4AAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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