Html Css Color HEX #AA23FF Electric Purple

📋 copy color: '#AA23FF'

red 170 ◦ green 35 ◦ blue 255

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

Shades of Electric Purple #AA23FF

Tints of Electric Purple #AA23FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 55.43%

R = 36.96%
G = 7.61%
B = 55.43%

CMYK

 C value IS 0.33

 M value IS 0.86

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AA23FF (or 0xAA23FF) is known color: Electric Purple. HEX triplet: AA, 23 and FF. RGB value is (170,35,255). Sum of RGB (Red+Green+Blue) = 170+35+255=460 (60% of max value = 765). Red value is 170 (66.80% from 255 or 36.96% from 460); Green value is 35 (14.06% from 255 or 7.61% from 460); Blue value is 255 (100% from 255 or 55.43% from 460); Max value from RGB is 255 - color contains mainly: blue. Hex color #AA23FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA23FF is #55DC00. Grayscale: #636363. Windows color (decimal): -5626881 or 16720810. OLE color: 16720810.

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

Color convert

RGB 170 35 255 -
CMYK 0.33 0.86 0 0
HSL 276.82º 1% 0.57% -
HSV(B) 276.82º 0.86% 1% -
XYZ 35.23 16.97 96.03 -
YUV 100.45 215.23 177.61 -
System Red Green Blue C M Y K H S L
Decimal 170 35 255 0.33 0.86 0 0 276.82 1 0.57
Hex AA 23 FF 21 56 0 0 115 64 39
Octal 252 43 377 41 126 0 0 425 144 71
Binary 10101010 100011 11111111 100001 1010110 0 0 100010101 1100100 111001

Color Harmonies of #AA23FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA23FF

Black with #AA23FF

Text Example


Text Example

White with #AA23FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA23FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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