Html Css Color HEX #AA18FA Electric Purple

📋 copy color: '#AA18FA'

red 170 ◦ green 24 ◦ blue 250

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

Shades of Electric Purple #AA18FA

Tints of Electric Purple #AA18FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 56.31%

R = 38.29%
G = 5.41%
B = 56.31%

CMYK

 C value IS 0.32

 M value IS 0.90

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AA18FA (or 0xAA18FA) is known color: Electric Purple. HEX triplet: AA, 18 and FA. RGB value is (170,24,250). Sum of RGB (Red+Green+Blue) = 170+24+250=444 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.29% from 444); Green value is 24 (9.77% from 255 or 5.41% from 444); Blue value is 250 (98.05% from 255 or 56.31% from 444); Max value from RGB is 250 - color contains mainly: blue. Hex color #AA18FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA18FA is #55E705. Grayscale: #5C5C5C. Windows color (decimal): -5629702 or 16390314. OLE color: 16390314.

HSL color Cylindrical-coordinate representation of color #AA18FA: hue angle of 278.76º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AA18FA is Cyan = 0.32, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 170 24 250 -
CMYK 0.32 0.90 0 0.02
HSL 278.76º 0.96% 0.54% -
HSV(B) 278.76º 0.9% 0.98% -
XYZ 34.16 16.1 91.75 -
YUV 93.42 216.37 182.62 -
System Red Green Blue C M Y K H S L
Decimal 170 24 250 0.32 0.90 0 0.02 278.76 0.96 0.54
Hex AA 18 FA 20 5A 0 2 117 60 36
Octal 252 30 372 40 132 0 2 427 140 66
Binary 10101010 11000 11111010 100000 1011010 0 10 100010111 1100000 110110

Color Harmonies of #AA18FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA18FA

Black with #AA18FA

Text Example


Text Example

White with #AA18FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA18FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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