Html Css Color HEX #AA48A0 Violet Blue

📋 copy color: '#AA48A0'

red 170 ◦ green 72 ◦ blue 160

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

Shades of Violet Blue #AA48A0

Tints of Violet Blue #AA48A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 39.8%

R = 42.29%
G = 17.91%
B = 39.8%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.06

 K value IS 0.33

RGB Variations

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

Color information

#AA48A0 (or 0xAA48A0) is known color: Violet Blue. HEX triplet: AA, 48 and A0. RGB value is (170,72,160). Sum of RGB (Red+Green+Blue) = 170+72+160=402 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.29% from 402); Green value is 72 (28.52% from 255 or 17.91% from 402); Blue value is 160 (62.89% from 255 or 39.80% from 402); Max value from RGB is 170 - color contains mainly: red. Hex color #AA48A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA48A0 is #55B75F. Grayscale: #6F6F6F. Windows color (decimal): -5617504 or 10504362. OLE color: 10504362.

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

Color convert

RGB 170 72 160 -
CMYK 0 0.58 0.06 0.33
HSL 306.12º 0.4% 0.47% -
HSV(B) 306.12º 0.58% 0.67% -
XYZ 25.24 15.72 34.96 -
YUV 111.33 155.47 169.84 -
System Red Green Blue C M Y K H S L
Decimal 170 72 160 0 0.58 0.06 0.33 306.12 0.4 0.47
Hex AA 48 A0 0 3A 6 21 132 28 2F
Octal 252 110 240 0 72 6 41 462 50 57
Binary 10101010 1001000 10100000 0 111010 110 100001 100110010 101000 101111

Color Harmonies of #AA48A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA48A0

Black with #AA48A0

Text Example


Text Example

White with #AA48A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA48A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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