Html Css Color HEX #AA18F5 Electric Purple

📋 copy color: '#AA18F5'

red 170 ◦ green 24 ◦ blue 245

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

Shades of Electric Purple #AA18F5

Tints of Electric Purple #AA18F5

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.47%

 BLUE value IS 245 (96.09% from 255) = 55.81%

R = 38.72%
G = 5.47%
B = 55.81%

CMYK

 C value IS 0.31

 M value IS 0.90

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AA18F5 (or 0xAA18F5) is known color: Electric Purple. HEX triplet: AA, 18 and F5. RGB value is (170,24,245). Sum of RGB (Red+Green+Blue) = 170+24+245=439 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.72% from 439); Green value is 24 (9.77% from 255 or 5.47% from 439); Blue value is 245 (96.09% from 255 or 55.81% from 439); Max value from RGB is 245 - color contains mainly: blue. Hex color #AA18F5 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA18F5 is #55E70A. Grayscale: #5C5C5C. Windows color (decimal): -5629707 or 16062634. OLE color: 16062634.

HSL color Cylindrical-coordinate representation of color #AA18F5: hue angle of 279.64º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AA18F5 is Cyan = 0.31, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 170 24 245 -
CMYK 0.31 0.90 0 0.04
HSL 279.64º 0.92% 0.53% -
HSV(B) 279.64º 0.9% 0.96% -
XYZ 33.39 15.79 87.67 -
YUV 92.85 213.87 183.03 -
System Red Green Blue C M Y K H S L
Decimal 170 24 245 0.31 0.90 0 0.04 279.64 0.92 0.53
Hex AA 18 F5 1F 5A 0 4 118 5C 35
Octal 252 30 365 37 132 0 4 430 134 65
Binary 10101010 11000 11110101 11111 1011010 0 100 100011000 1011100 110101

Color Harmonies of #AA18F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA18F5

Black with #AA18F5

Text Example


Text Example

White with #AA18F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA18F5; }

 p { color: rgb(170,24,245); }

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

background-color css

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

 a { background-color: rgb(170,24,245); }

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

border-color css

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

 span { border-color: rgb(170,24,245); }

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