Html Css Color HEX #AA28EF Blue Violet

📋 copy color: '#AA28EF'

red 170 ◦ green 40 ◦ blue 239

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

Shades of Blue Violet #AA28EF

Tints of Blue Violet #AA28EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 53.23%

R = 37.86%
G = 8.91%
B = 53.23%

CMYK

 C value IS 0.29

 M value IS 0.83

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AA28EF (or 0xAA28EF) is known color: Blue Violet. HEX triplet: AA, 28 and EF. RGB value is (170,40,239). Sum of RGB (Red+Green+Blue) = 170+40+239=449 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.86% from 449); Green value is 40 (16.02% from 255 or 8.91% from 449); Blue value is 239 (93.75% from 255 or 53.23% from 449); Max value from RGB is 239 - color contains mainly: blue. Hex color #AA28EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA28EF is #55D710. Grayscale: #646464. Windows color (decimal): -5625617 or 15673514. OLE color: 15673514.

HSL color Cylindrical-coordinate representation of color #AA28EF: hue angle of 279.2º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AA28EF is Cyan = 0.29, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 170 40 239 -
CMYK 0.29 0.83 0 0.06
HSL 279.2º 0.86% 0.55% -
HSV(B) 279.2º 0.83% 0.94% -
XYZ 32.92 16.3 83.07 -
YUV 101.56 205.57 176.82 -
System Red Green Blue C M Y K H S L
Decimal 170 40 239 0.29 0.83 0 0.06 279.2 0.86 0.55
Hex AA 28 EF 1D 53 0 6 117 56 37
Octal 252 50 357 35 123 0 6 427 126 67
Binary 10101010 101000 11101111 11101 1010011 0 110 100010111 1010110 110111

Color Harmonies of #AA28EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA28EF

Black with #AA28EF

Text Example


Text Example

White with #AA28EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA28EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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