Html Css Color HEX #AA15F0 Electric Purple

📋 copy color: '#AA15F0'

red 170 ◦ green 21 ◦ blue 240

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

Shades of Electric Purple #AA15F0

Tints of Electric Purple #AA15F0

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.87%

 BLUE value IS 240 (94.14% from 255) = 55.68%

R = 39.44%
G = 4.87%
B = 55.68%

CMYK

 C value IS 0.29

 M value IS 0.91

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AA15F0 (or 0xAA15F0) is known color: Electric Purple. HEX triplet: AA, 15 and F0. RGB value is (170,21,240). Sum of RGB (Red+Green+Blue) = 170+21+240=431 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.44% from 431); Green value is 21 (8.59% from 255 or 4.87% from 431); Blue value is 240 (94.14% from 255 or 55.68% from 431); Max value from RGB is 240 - color contains mainly: blue. Hex color #AA15F0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA15F0 is #55EA0F. Grayscale: #595959. Windows color (decimal): -5630480 or 15734186. OLE color: 15734186.

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

Color convert

RGB 170 21 240 -
CMYK 0.29 0.91 0 0.06
HSL 280.82º 0.88% 0.51% -
HSV(B) 280.82º 0.91% 0.94% -
XYZ 32.57 15.37 83.69 -
YUV 90.52 212.36 184.69 -
System Red Green Blue C M Y K H S L
Decimal 170 21 240 0.29 0.91 0 0.06 280.82 0.88 0.51
Hex AA 15 F0 1D 5B 0 6 119 58 33
Octal 252 25 360 35 133 0 6 431 130 63
Binary 10101010 10101 11110000 11101 1011011 0 110 100011001 1011000 110011

Color Harmonies of #AA15F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA15F0

Black with #AA15F0

Text Example


Text Example

White with #AA15F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA15F0; }

 p { color: rgb(170,21,240); }

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

background-color css

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

 a { background-color: rgb(170,21,240); }

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

border-color css

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

 span { border-color: rgb(170,21,240); }

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