Html Css Color HEX #AA28FF Blue Violet

📋 copy color: '#AA28FF'

red 170 ◦ green 40 ◦ blue 255

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

Shades of Blue Violet #AA28FF

Tints of Blue Violet #AA28FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 54.84%

R = 36.56%
G = 8.6%
B = 54.84%

CMYK

 C value IS 0.33

 M value IS 0.84

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AA28FF (or 0xAA28FF) is known color: Blue Violet. HEX triplet: AA, 28 and FF. RGB value is (170,40,255). Sum of RGB (Red+Green+Blue) = 170+40+255=465 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.56% from 465); Green value is 40 (16.02% from 255 or 8.60% from 465); Blue value is 255 (100% from 255 or 54.84% from 465); Max value from RGB is 255 - color contains mainly: blue. Hex color #AA28FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA28FF is #55D700. Grayscale: #666666. Windows color (decimal): -5625601 or 16722090. OLE color: 16722090.

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

Color convert

RGB 170 40 255 -
CMYK 0.33 0.84 0 0
HSL 276.28º 1% 0.58% -
HSV(B) 276.28º 0.84% 1% -
XYZ 35.39 17.28 96.08 -
YUV 103.38 213.57 175.52 -
System Red Green Blue C M Y K H S L
Decimal 170 40 255 0.33 0.84 0 0 276.28 1 0.58
Hex AA 28 FF 21 54 0 0 114 64 3A
Octal 252 50 377 41 124 0 0 424 144 72
Binary 10101010 101000 11111111 100001 1010100 0 0 100010100 1100100 111010

Color Harmonies of #AA28FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA28FF

Black with #AA28FF

Text Example


Text Example

White with #AA28FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA28FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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