Html Css Color HEX #AA48AB Violet Blue

📋 copy color: '#AA48AB'

red 170 ◦ green 72 ◦ blue 171

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

Shades of Violet Blue #AA48AB

Tints of Violet Blue #AA48AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 41.4%

R = 41.16%
G = 17.43%
B = 41.4%

CMYK

 C value IS 0.01

 M value IS 0.58

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AA48AB (or 0xAA48AB) is known color: Violet Blue. HEX triplet: AA, 48 and AB. RGB value is (170,72,171). Sum of RGB (Red+Green+Blue) = 170+72+171=413 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.16% from 413); Green value is 72 (28.52% from 255 or 17.43% from 413); Blue value is 171 (67.19% from 255 or 41.40% from 413); Max value from RGB is 171 - color contains mainly: blue. Hex color #AA48AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA48AB is #55B754. Grayscale: #707070. Windows color (decimal): -5617493 or 11225258. OLE color: 11225258.

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

Color convert

RGB 170 72 171 -
CMYK 0.01 0.58 0 0.33
HSL 299.39º 0.41% 0.48% -
HSV(B) 299.39º 0.58% 0.67% -
XYZ 26.25 16.12 40.26 -
YUV 112.59 160.97 168.95 -
System Red Green Blue C M Y K H S L
Decimal 170 72 171 0.01 0.58 0 0.33 299.39 0.41 0.48
Hex AA 48 AB 1 3A 0 21 12B 29 30
Octal 252 110 253 1 72 0 41 453 51 60
Binary 10101010 1001000 10101011 1 111010 0 100001 100101011 101001 110000

Color Harmonies of #AA48AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA48AB

Black with #AA48AB

Text Example


Text Example

White with #AA48AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA48AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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