Html Css Color HEX #A900EA Electric Purple

📋 copy color: '#A900EA'

red 169 ◦ green 0 ◦ blue 234

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

Shades of Electric Purple #A900EA

Tints of Electric Purple #A900EA

RGB

 RED value IS 169 (66.41% from 255) = 41.94%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 234 (91.8% from 255) = 58.06%

R = 41.94%
G = 0%
B = 58.06%

CMYK

 C value IS 0.28

 M value IS 1

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A900EA (or 0xA900EA) is known color: Electric Purple. HEX triplet: A9, 00 and EA. RGB value is (169,0,234). Sum of RGB (Red+Green+Blue) = 169+0+234=403 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.94% from 403); Green value is 0 (0.39% from 255 or 0% from 403); Blue value is 234 (91.80% from 255 or 58.06% from 403); Max value from RGB is 234 - color contains mainly: blue. Hex color #A900EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A900EA is #56FF15. Grayscale: #4C4C4C. Windows color (decimal): -5701398 or 15335593. OLE color: 15335593.

HSL color Cylindrical-coordinate representation of color #A900EA: hue angle of 283.33º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A900EA is Cyan = 0.28, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 169 0 234 -
CMYK 0.28 1 0 0.08
HSL 283.33º 1% 0.46% -
HSV(B) 283.33º 1% 0.92% -
XYZ 31.21 14.38 78.97 -
YUV 77.21 216.49 193.47 -
System Red Green Blue C M Y K H S L
Decimal 169 0 234 0.28 1 0 0.08 283.33 1 0.46
Hex A9 0 EA 1C 64 0 8 11B 64 2E
Octal 251 0 352 34 144 0 10 433 144 56
Binary 10101001 0 11101010 11100 1100100 0 1000 100011011 1100100 101110

Color Harmonies of #A900EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A900EA

Black with #A900EA

Text Example


Text Example

White with #A900EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A900EA; }

 p { color: rgb(169,0,234); }

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

background-color css

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

 a { background-color: rgb(169,0,234); }

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

border-color css

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

 span { border-color: rgb(169,0,234); }

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