Html Css Color HEX #AA23FE Electric Purple

📋 copy color: '#AA23FE'

red 170 ◦ green 35 ◦ blue 254

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

Shades of Electric Purple #AA23FE

Tints of Electric Purple #AA23FE

RGB

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

 GREEN value IS 35 (14.06% from 255) = 7.63%

 BLUE value IS 254 (99.61% from 255) = 55.34%

R = 37.04%
G = 7.63%
B = 55.34%

CMYK

 C value IS 0.33

 M value IS 0.86

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AA23FE (or 0xAA23FE) is known color: Electric Purple. HEX triplet: AA, 23 and FE. RGB value is (170,35,254). Sum of RGB (Red+Green+Blue) = 170+35+254=459 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.04% from 459); Green value is 35 (14.06% from 255 or 7.63% from 459); Blue value is 254 (99.61% from 255 or 55.34% from 459); Max value from RGB is 254 - color contains mainly: blue. Hex color #AA23FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA23FE is #55DC01. Grayscale: #636363. Windows color (decimal): -5626882 or 16655274. OLE color: 16655274.

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

Color convert

RGB 170 35 254 -
CMYK 0.33 0.86 0 0.00
HSL 276.99º 0.99% 0.57% -
HSV(B) 276.99º 0.86% 1% -
XYZ 35.07 16.9 95.18 -
YUV 100.33 214.73 177.69 -
System Red Green Blue C M Y K H S L
Decimal 170 35 254 0.33 0.86 0 0.00 276.99 0.99 0.57
Hex AA 23 FE 21 56 0 0 115 63 39
Octal 252 43 376 41 126 0 0 425 143 71
Binary 10101010 100011 11111110 100001 1010110 0 0 100010101 1100011 111001

Color Harmonies of #AA23FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA23FE

Black with #AA23FE

Text Example


Text Example

White with #AA23FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA23FE; }

 p { color: rgb(170,35,254); }

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

background-color css

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

 a { background-color: rgb(170,35,254); }

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

border-color css

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

 span { border-color: rgb(170,35,254); }

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