Html Css Color HEX #A902FA Electric Purple

📋 copy color: '#A902FA'

red 169 ◦ green 2 ◦ blue 250

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

Shades of Electric Purple #A902FA

Tints of Electric Purple #A902FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 59.38%

R = 40.14%
G = 0.48%
B = 59.38%

CMYK

 C value IS 0.32

 M value IS 0.99

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A902FA (or 0xA902FA) is known color: Electric Purple. HEX triplet: A9, 02 and FA. RGB value is (169,2,250). Sum of RGB (Red+Green+Blue) = 169+2+250=421 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.14% from 421); Green value is 2 (1.17% from 255 or 0.48% from 421); Blue value is 250 (98.05% from 255 or 59.38% from 421); Max value from RGB is 250 - color contains mainly: blue. Hex color #A902FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A902FA is #56FD05. Grayscale: #4F4F4F. Windows color (decimal): -5700870 or 16384681. OLE color: 16384681.

HSL color Cylindrical-coordinate representation of color #A902FA: hue angle of 280.4º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A902FA is Cyan = 0.32, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 169 2 250 -
CMYK 0.32 0.99 0 0.02
HSL 280.4º 0.98% 0.49% -
HSV(B) 280.4º 0.99% 0.98% -
XYZ 33.64 15.38 91.64 -
YUV 80.21 223.83 191.33 -
System Red Green Blue C M Y K H S L
Decimal 169 2 250 0.32 0.99 0 0.02 280.4 0.98 0.49
Hex A9 2 FA 20 63 0 2 118 62 31
Octal 251 2 372 40 143 0 2 430 142 61
Binary 10101001 10 11111010 100000 1100011 0 10 100011000 1100010 110001

Color Harmonies of #A902FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A902FA

Black with #A902FA

Text Example


Text Example

White with #A902FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A902FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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