Html Css Color HEX #A20FF6 Electric Purple

📋 copy color: '#A20FF6'

red 162 ◦ green 15 ◦ blue 246

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

Shades of Electric Purple #A20FF6

Tints of Electric Purple #A20FF6

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.55%

 BLUE value IS 246 (96.48% from 255) = 58.16%

R = 38.3%
G = 3.55%
B = 58.16%

CMYK

 C value IS 0.34

 M value IS 0.94

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A20FF6 (or 0xA20FF6) is known color: Electric Purple. HEX triplet: A2, 0F and F6. RGB value is (162,15,246). Sum of RGB (Red+Green+Blue) = 162+15+246=423 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.30% from 423); Green value is 15 (6.25% from 255 or 3.55% from 423); Blue value is 246 (96.48% from 255 or 58.16% from 423); Max value from RGB is 246 - color contains mainly: blue. Hex color #A20FF6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A20FF6 is #5DF009. Grayscale: #545454. Windows color (decimal): -6156298 or 16125858. OLE color: 16125858.

HSL color Cylindrical-coordinate representation of color #A20FF6: hue angle of 278.18º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A20FF6 is Cyan = 0.34, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 162 15 246 -
CMYK 0.34 0.94 0 0.04
HSL 278.18º 0.93% 0.51% -
HSV(B) 278.18º 0.94% 0.96% -
XYZ 31.71 14.68 88.35 -
YUV 85.29 218.7 182.72 -
System Red Green Blue C M Y K H S L
Decimal 162 15 246 0.34 0.94 0 0.04 278.18 0.93 0.51
Hex A2 F F6 22 5E 0 4 116 5D 33
Octal 242 17 366 42 136 0 4 426 135 63
Binary 10100010 1111 11110110 100010 1011110 0 100 100010110 1011101 110011

Color Harmonies of #A20FF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20FF6

Black with #A20FF6

Text Example


Text Example

White with #A20FF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20FF6; }

 p { color: rgb(162,15,246); }

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

background-color css

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

 a { background-color: rgb(162,15,246); }

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

border-color css

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

 span { border-color: rgb(162,15,246); }

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