Html Css Color HEX #A20DF5 Electric Purple

📋 copy color: '#A20DF5'

red 162 ◦ green 13 ◦ blue 245

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

Shades of Electric Purple #A20DF5

Tints of Electric Purple #A20DF5

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.1%

 BLUE value IS 245 (96.09% from 255) = 58.33%

R = 38.57%
G = 3.1%
B = 58.33%

CMYK

 C value IS 0.34

 M value IS 0.95

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A20DF5 (or 0xA20DF5) is known color: Electric Purple. HEX triplet: A2, 0D and F5. RGB value is (162,13,245). Sum of RGB (Red+Green+Blue) = 162+13+245=420 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.57% from 420); Green value is 13 (5.47% from 255 or 3.10% from 420); Blue value is 245 (96.09% from 255 or 58.33% from 420); Max value from RGB is 245 - color contains mainly: blue. Hex color #A20DF5 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A20DF5 is #5DF20A. Grayscale: #535353. Windows color (decimal): -6156811 or 16059810. OLE color: 16059810.

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

Color convert

RGB 162 13 245 -
CMYK 0.34 0.95 0 0.04
HSL 278.53º 0.92% 0.51% -
HSV(B) 278.53º 0.95% 0.96% -
XYZ 31.53 14.56 87.54 -
YUV 84 218.86 183.64 -
System Red Green Blue C M Y K H S L
Decimal 162 13 245 0.34 0.95 0 0.04 278.53 0.92 0.51
Hex A2 D F5 22 5F 0 4 117 5C 33
Octal 242 15 365 42 137 0 4 427 134 63
Binary 10100010 1101 11110101 100010 1011111 0 100 100010111 1011100 110011

Color Harmonies of #A20DF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20DF5

Black with #A20DF5

Text Example


Text Example

White with #A20DF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20DF5; }

 p { color: rgb(162,13,245); }

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

background-color css

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

 a { background-color: rgb(162,13,245); }

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

border-color css

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

 span { border-color: rgb(162,13,245); }

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