Html Css Color HEX #AA23FD Electric Purple

📋 copy color: '#AA23FD'

red 170 ◦ green 35 ◦ blue 253

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

Shades of Electric Purple #AA23FD

Tints of Electric Purple #AA23FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 55.24%

R = 37.12%
G = 7.64%
B = 55.24%

CMYK

 C value IS 0.33

 M value IS 0.86

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AA23FD (or 0xAA23FD) is known color: Electric Purple. HEX triplet: AA, 23 and FD. RGB value is (170,35,253). Sum of RGB (Red+Green+Blue) = 170+35+253=458 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.12% from 458); Green value is 35 (14.06% from 255 or 7.64% from 458); Blue value is 253 (99.22% from 255 or 55.24% from 458); Max value from RGB is 253 - color contains mainly: blue. Hex color #AA23FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA23FD is #55DC02. Grayscale: #636363. Windows color (decimal): -5626883 or 16589738. OLE color: 16589738.

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

Color convert

RGB 170 35 253 -
CMYK 0.33 0.86 0 0.01
HSL 277.16º 0.98% 0.56% -
HSV(B) 277.16º 0.86% 0.99% -
XYZ 34.91 16.84 94.34 -
YUV 100.22 214.23 177.77 -
System Red Green Blue C M Y K H S L
Decimal 170 35 253 0.33 0.86 0 0.01 277.16 0.98 0.56
Hex AA 23 FD 21 56 0 1 115 62 38
Octal 252 43 375 41 126 0 1 425 142 70
Binary 10101010 100011 11111101 100001 1010110 0 1 100010101 1100010 111000

Color Harmonies of #AA23FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA23FD

Black with #AA23FD

Text Example


Text Example

White with #AA23FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA23FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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