Html Css Color HEX #A301F2 Electric Purple

📋 copy color: '#A301F2'

red 163 ◦ green 1 ◦ blue 242

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

Shades of Electric Purple #A301F2

Tints of Electric Purple #A301F2

RGB

 RED value IS 163 (64.06% from 255) = 40.15%

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

 BLUE value IS 242 (94.92% from 255) = 59.61%

R = 40.15%
G = 0.25%
B = 59.61%

CMYK

 C value IS 0.33

 M value IS 1.00

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A301F2 (or 0xA301F2) is known color: Electric Purple. HEX triplet: A3, 01 and F2. RGB value is (163,1,242). Sum of RGB (Red+Green+Blue) = 163+1+242=406 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.15% from 406); Green value is 1 (0.78% from 255 or 0.25% from 406); Blue value is 242 (94.92% from 255 or 59.61% from 406); Max value from RGB is 242 - color contains mainly: blue. Hex color #A301F2 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A301F2 is #5CFE0D. Grayscale: #4C4C4C. Windows color (decimal): -6094350 or 15860131. OLE color: 15860131.

HSL color Cylindrical-coordinate representation of color #A301F2: hue angle of 280.33º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A301F2 is Cyan = 0.33, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 163 1 242 -
CMYK 0.33 1.00 0 0.05
HSL 280.33º 0.99% 0.48% -
HSV(B) 280.33º 1% 0.95% -
XYZ 31.14 14.22 85.11 -
YUV 76.91 221.17 189.4 -
System Red Green Blue C M Y K H S L
Decimal 163 1 242 0.33 1.00 0 0.05 280.33 0.99 0.48
Hex A3 1 F2 21 64 0 5 118 63 30
Octal 243 1 362 41 144 0 5 430 143 60
Binary 10100011 1 11110010 100001 1100100 0 101 100011000 1100011 110000

Color Harmonies of #A301F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A301F2

Black with #A301F2

Text Example


Text Example

White with #A301F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A301F2; }

 p { color: rgb(163,1,242); }

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

background-color css

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

 a { background-color: rgb(163,1,242); }

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

border-color css

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

 span { border-color: rgb(163,1,242); }

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