Html Css Color HEX #AA0DFD Electric Purple

📋 copy color: '#AA0DFD'

red 170 ◦ green 13 ◦ blue 253

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

Shades of Electric Purple #AA0DFD

Tints of Electric Purple #AA0DFD

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.98%

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

R = 38.99%
G = 2.98%
B = 58.03%

CMYK

 C value IS 0.33

 M value IS 0.95

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AA0DFD (or 0xAA0DFD) is known color: Electric Purple. HEX triplet: AA, 0D and FD. RGB value is (170,13,253). Sum of RGB (Red+Green+Blue) = 170+13+253=436 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.99% from 436); Green value is 13 (5.47% from 255 or 2.98% from 436); Blue value is 253 (99.22% from 255 or 58.03% from 436); Max value from RGB is 253 - color contains mainly: blue. Hex color #AA0DFD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA0DFD is #55F202. Grayscale: #565656. Windows color (decimal): -5632515 or 16584106. OLE color: 16584106.

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

Color convert

RGB 170 13 253 -
CMYK 0.33 0.95 0 0.01
HSL 279.25º 0.98% 0.52% -
HSV(B) 279.25º 0.95% 0.99% -
XYZ 34.45 15.93 94.19 -
YUV 87.3 221.51 186.99 -
System Red Green Blue C M Y K H S L
Decimal 170 13 253 0.33 0.95 0 0.01 279.25 0.98 0.52
Hex AA D FD 21 5F 0 1 117 62 34
Octal 252 15 375 41 137 0 1 427 142 64
Binary 10101010 1101 11111101 100001 1011111 0 1 100010111 1100010 110100

Color Harmonies of #AA0DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0DFD

Black with #AA0DFD

Text Example


Text Example

White with #AA0DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0DFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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