Html Css Color HEX #AA48FE Blue Violet

📋 copy color: '#AA48FE'

red 170 ◦ green 72 ◦ blue 254

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

Shades of Blue Violet #AA48FE

Tints of Blue Violet #AA48FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 51.21%

R = 34.27%
G = 14.52%
B = 51.21%

CMYK

 C value IS 0.33

 M value IS 0.72

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AA48FE (or 0xAA48FE) is known color: Blue Violet. HEX triplet: AA, 48 and FE. RGB value is (170,72,254). Sum of RGB (Red+Green+Blue) = 170+72+254=496 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.27% from 496); Green value is 72 (28.52% from 255 or 14.52% from 496); Blue value is 254 (99.61% from 255 or 51.21% from 496); Max value from RGB is 254 - color contains mainly: blue. Hex color #AA48FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA48FE is #55B701. Grayscale: #797979. Windows color (decimal): -5617410 or 16664746. OLE color: 16664746.

HSL color Cylindrical-coordinate representation of color #AA48FE: hue angle of 272.31º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AA48FE is Cyan = 0.33, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 170 72 254 -
CMYK 0.33 0.72 0 0.00
HSL 272.31º 0.99% 0.64% -
HSV(B) 272.31º 0.72% 1% -
XYZ 36.78 20.34 95.75 -
YUV 122.05 202.47 162.2 -
System Red Green Blue C M Y K H S L
Decimal 170 72 254 0.33 0.72 0 0.00 272.31 0.99 0.64
Hex AA 48 FE 21 48 0 0 110 63 40
Octal 252 110 376 41 110 0 0 420 143 100
Binary 10101010 1001000 11111110 100001 1001000 0 0 100010000 1100011 1000000

Color Harmonies of #AA48FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA48FE

Black with #AA48FE

Text Example


Text Example

White with #AA48FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA48FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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