Html Css Color HEX #AA28FE Blue Violet

📋 copy color: '#AA28FE'

red 170 ◦ green 40 ◦ blue 254

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

Shades of Blue Violet #AA28FE

Tints of Blue Violet #AA28FE

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.62%

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

R = 36.64%
G = 8.62%
B = 54.74%

CMYK

 C value IS 0.33

 M value IS 0.84

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AA28FE (or 0xAA28FE) is known color: Blue Violet. HEX triplet: AA, 28 and FE. RGB value is (170,40,254). Sum of RGB (Red+Green+Blue) = 170+40+254=464 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.64% from 464); Green value is 40 (16.02% from 255 or 8.62% from 464); Blue value is 254 (99.61% from 255 or 54.74% from 464); Max value from RGB is 254 - color contains mainly: blue. Hex color #AA28FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA28FE is #55D701. Grayscale: #666666. Windows color (decimal): -5625602 or 16656554. OLE color: 16656554.

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

Color convert

RGB 170 40 254 -
CMYK 0.33 0.84 0 0.00
HSL 276.45º 0.99% 0.58% -
HSV(B) 276.45º 0.84% 1% -
XYZ 35.23 17.22 95.23 -
YUV 103.27 213.07 175.6 -
System Red Green Blue C M Y K H S L
Decimal 170 40 254 0.33 0.84 0 0.00 276.45 0.99 0.58
Hex AA 28 FE 21 54 0 0 114 63 3A
Octal 252 50 376 41 124 0 0 424 143 72
Binary 10101010 101000 11111110 100001 1010100 0 0 100010100 1100011 111010

Color Harmonies of #AA28FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA28FE

Black with #AA28FE

Text Example


Text Example

White with #AA28FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA28FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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