Html Css Color HEX #A902ED Electric Purple

📋 copy color: '#A902ED'

red 169 ◦ green 2 ◦ blue 237

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

Shades of Electric Purple #A902ED

Tints of Electric Purple #A902ED

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.49%

 BLUE value IS 237 (92.97% from 255) = 58.09%

R = 41.42%
G = 0.49%
B = 58.09%

CMYK

 C value IS 0.29

 M value IS 0.99

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A902ED (or 0xA902ED) is known color: Electric Purple. HEX triplet: A9, 02 and ED. RGB value is (169,2,237). Sum of RGB (Red+Green+Blue) = 169+2+237=408 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.42% from 408); Green value is 2 (1.17% from 255 or 0.49% from 408); Blue value is 237 (92.97% from 255 or 58.09% from 408); Max value from RGB is 237 - color contains mainly: blue. Hex color #A902ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A902ED is #56FD12. Grayscale: #4D4D4D. Windows color (decimal): -5700883 or 15532713. OLE color: 15532713.

HSL color Cylindrical-coordinate representation of color #A902ED: hue angle of 282.64º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A902ED is Cyan = 0.29, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 169 2 237 -
CMYK 0.29 0.99 0 0.07
HSL 282.64º 0.98% 0.47% -
HSV(B) 282.64º 0.99% 0.93% -
XYZ 31.67 14.59 81.27 -
YUV 78.72 217.33 192.39 -
System Red Green Blue C M Y K H S L
Decimal 169 2 237 0.29 0.99 0 0.07 282.64 0.98 0.47
Hex A9 2 ED 1D 63 0 7 11B 62 2F
Octal 251 2 355 35 143 0 7 433 142 57
Binary 10101001 10 11101101 11101 1100011 0 111 100011011 1100010 101111

Color Harmonies of #A902ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A902ED

Black with #A902ED

Text Example


Text Example

White with #A902ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A902ED; }

 p { color: rgb(169,2,237); }

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

background-color css

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

 a { background-color: rgb(169,2,237); }

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

border-color css

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

 span { border-color: rgb(169,2,237); }

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