Html Css Color HEX #A20CF1 Electric Purple

📋 copy color: '#A20CF1'

red 162 ◦ green 12 ◦ blue 241

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

Shades of Electric Purple #A20CF1

Tints of Electric Purple #A20CF1

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.89%

 BLUE value IS 241 (94.53% from 255) = 58.07%

R = 39.04%
G = 2.89%
B = 58.07%

CMYK

 C value IS 0.33

 M value IS 0.95

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A20CF1 (or 0xA20CF1) is known color: Electric Purple. HEX triplet: A2, 0C and F1. RGB value is (162,12,241). Sum of RGB (Red+Green+Blue) = 162+12+241=415 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.04% from 415); Green value is 12 (5.08% from 255 or 2.89% from 415); Blue value is 241 (94.53% from 255 or 58.07% from 415); Max value from RGB is 241 - color contains mainly: blue. Hex color #A20CF1 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A20CF1 is #5DF30E. Grayscale: #525252. Windows color (decimal): -6157071 or 15797410. OLE color: 15797410.

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

Color convert

RGB 162 12 241 -
CMYK 0.33 0.95 0 0.05
HSL 279.3º 0.91% 0.5% -
HSV(B) 279.3º 0.95% 0.95% -
XYZ 30.91 14.3 84.35 -
YUV 82.96 217.2 184.38 -
System Red Green Blue C M Y K H S L
Decimal 162 12 241 0.33 0.95 0 0.05 279.3 0.91 0.5
Hex A2 C F1 21 5F 0 5 117 5B 32
Octal 242 14 361 41 137 0 5 427 133 62
Binary 10100010 1100 11110001 100001 1011111 0 101 100010111 1011011 110010

Color Harmonies of #A20CF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20CF1

Black with #A20CF1

Text Example


Text Example

White with #A20CF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20CF1; }

 p { color: rgb(162,12,241); }

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

background-color css

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

 a { background-color: rgb(162,12,241); }

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

border-color css

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

 span { border-color: rgb(162,12,241); }

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