Html Css Color HEX #A202F9 Electric Purple

📋 copy color: '#A202F9'

red 162 ◦ green 2 ◦ blue 249

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

Shades of Electric Purple #A202F9

Tints of Electric Purple #A202F9

RGB

 RED value IS 162 (63.67% from 255) = 39.23%

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

 BLUE value IS 249 (97.66% from 255) = 60.29%

R = 39.23%
G = 0.48%
B = 60.29%

CMYK

 C value IS 0.35

 M value IS 0.99

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A202F9 (or 0xA202F9) is known color: Electric Purple. HEX triplet: A2, 02 and F9. RGB value is (162,2,249). Sum of RGB (Red+Green+Blue) = 162+2+249=413 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.23% from 413); Green value is 2 (1.17% from 255 or 0.48% from 413); Blue value is 249 (97.66% from 255 or 60.29% from 413); Max value from RGB is 249 - color contains mainly: blue. Hex color #A202F9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A202F9 is #5DFD06. Grayscale: #4D4D4D. Windows color (decimal): -6159623 or 16319138. OLE color: 16319138.

HSL color Cylindrical-coordinate representation of color #A202F9: hue angle of 278.87º 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 #A202F9 is Cyan = 0.35, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 162 2 249 -
CMYK 0.35 0.99 0 0.02
HSL 278.87º 0.98% 0.49% -
HSV(B) 278.87º 0.99% 0.98% -
XYZ 32.02 14.56 90.75 -
YUV 78 224.51 187.92 -
System Red Green Blue C M Y K H S L
Decimal 162 2 249 0.35 0.99 0 0.02 278.87 0.98 0.49
Hex A2 2 F9 23 63 0 2 117 62 31
Octal 242 2 371 43 143 0 2 427 142 61
Binary 10100010 10 11111001 100011 1100011 0 10 100010111 1100010 110001

Color Harmonies of #A202F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A202F9

Black with #A202F9

Text Example


Text Example

White with #A202F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A202F9; }

 p { color: rgb(162,2,249); }

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

background-color css

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

 a { background-color: rgb(162,2,249); }

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

border-color css

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

 span { border-color: rgb(162,2,249); }

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