Html Css Color HEX #AA48AD Violet Blue

📋 copy color: '#AA48AD'

red 170 ◦ green 72 ◦ blue 173

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

Shades of Violet Blue #AA48AD

Tints of Violet Blue #AA48AD

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.35%

 BLUE value IS 173 (67.97% from 255) = 41.69%

R = 40.96%
G = 17.35%
B = 41.69%

CMYK

 C value IS 0.02

 M value IS 0.58

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AA48AD (or 0xAA48AD) is known color: Violet Blue. HEX triplet: AA, 48 and AD. RGB value is (170,72,173). Sum of RGB (Red+Green+Blue) = 170+72+173=415 (54% of max value = 765). Red value is 170 (66.80% from 255 or 40.96% from 415); Green value is 72 (28.52% from 255 or 17.35% from 415); Blue value is 173 (67.97% from 255 or 41.69% from 415); Max value from RGB is 173 - color contains mainly: blue. Hex color #AA48AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA48AD is #55B752. Grayscale: #707070. Windows color (decimal): -5617491 or 11356330. OLE color: 11356330.

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

Color convert

RGB 170 72 173 -
CMYK 0.02 0.58 0 0.32
HSL 298.22º 0.41% 0.48% -
HSV(B) 298.22º 0.58% 0.68% -
XYZ 26.44 16.2 41.27 -
YUV 112.82 161.97 168.79 -
System Red Green Blue C M Y K H S L
Decimal 170 72 173 0.02 0.58 0 0.32 298.22 0.41 0.48
Hex AA 48 AD 2 3A 0 20 12A 29 30
Octal 252 110 255 2 72 0 40 452 51 60
Binary 10101010 1001000 10101101 10 111010 0 100000 100101010 101001 110000

Color Harmonies of #AA48AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA48AD

Black with #AA48AD

Text Example


Text Example

White with #AA48AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA48AD; }

 p { color: rgb(170,72,173); }

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

background-color css

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

 a { background-color: rgb(170,72,173); }

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

border-color css

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

 span { border-color: rgb(170,72,173); }

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