Html Css Color HEX #AA48A8 Violet Blue

📋 copy color: '#AA48A8'

red 170 ◦ green 72 ◦ blue 168

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

Shades of Violet Blue #AA48A8

Tints of Violet Blue #AA48A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 40.98%

R = 41.46%
G = 17.56%
B = 40.98%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#AA48A8 (or 0xAA48A8) is known color: Violet Blue. HEX triplet: AA, 48 and A8. RGB value is (170,72,168). Sum of RGB (Red+Green+Blue) = 170+72+168=410 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.46% from 410); Green value is 72 (28.52% from 255 or 17.56% from 410); Blue value is 168 (66.02% from 255 or 40.98% from 410); Max value from RGB is 170 - color contains mainly: red. Hex color #AA48A8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA48A8 is #55B757. Grayscale: #6F6F6F. Windows color (decimal): -5617496 or 11028650. OLE color: 11028650.

HSL color Cylindrical-coordinate representation of color #AA48A8: hue angle of 301.22º 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 #AA48A8 is Cyan = 0, Magento = 0.58, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 72 168 -
CMYK 0 0.58 0.01 0.33
HSL 301.22º 0.4% 0.47% -
HSV(B) 301.22º 0.58% 0.67% -
XYZ 25.96 16.01 38.77 -
YUV 112.25 159.47 169.19 -
System Red Green Blue C M Y K H S L
Decimal 170 72 168 0 0.58 0.01 0.33 301.22 0.4 0.47
Hex AA 48 A8 0 3A 1 21 12D 28 2F
Octal 252 110 250 0 72 1 41 455 50 57
Binary 10101010 1001000 10101000 0 111010 1 100001 100101101 101000 101111

Color Harmonies of #AA48A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA48A8

Black with #AA48A8

Text Example


Text Example

White with #AA48A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA48A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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