Html Css Color HEX #A201F8 Electric Purple

📋 copy color: '#A201F8'

red 162 ◦ green 1 ◦ blue 248

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

Shades of Electric Purple #A201F8

Tints of Electric Purple #A201F8

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.24%

 BLUE value IS 248 (97.27% from 255) = 60.34%

R = 39.42%
G = 0.24%
B = 60.34%

CMYK

 C value IS 0.35

 M value IS 1.00

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#A201F8 (or 0xA201F8) is known color: Electric Purple. HEX triplet: A2, 01 and F8. RGB value is (162,1,248). Sum of RGB (Red+Green+Blue) = 162+1+248=411 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.42% from 411); Green value is 1 (0.78% from 255 or 0.24% from 411); Blue value is 248 (97.27% from 255 or 60.34% from 411); Max value from RGB is 248 - color contains mainly: blue. Hex color #A201F8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A201F8 is #5DFE07. Grayscale: #4C4C4C. Windows color (decimal): -6159880 or 16253346. OLE color: 16253346.

HSL color Cylindrical-coordinate representation of color #A201F8: hue angle of 279.11º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A201F8 is Cyan = 0.35, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 162 1 248 -
CMYK 0.35 1.00 0 0.03
HSL 279.11º 0.99% 0.49% -
HSV(B) 279.11º 1% 0.97% -
XYZ 31.85 14.48 89.92 -
YUV 77.3 224.34 188.42 -
System Red Green Blue C M Y K H S L
Decimal 162 1 248 0.35 1.00 0 0.03 279.11 0.99 0.49
Hex A2 1 F8 23 64 0 3 117 63 31
Octal 242 1 370 43 144 0 3 427 143 61
Binary 10100010 1 11111000 100011 1100100 0 11 100010111 1100011 110001

Color Harmonies of #A201F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A201F8

Black with #A201F8

Text Example


Text Example

White with #A201F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A201F8; }

 p { color: rgb(162,1,248); }

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

background-color css

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

 a { background-color: rgb(162,1,248); }

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

border-color css

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

 span { border-color: rgb(162,1,248); }

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