Html Css Color HEX #A20DFF Electric Purple

📋 copy color: '#A20DFF'

red 162 ◦ green 13 ◦ blue 255

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

Shades of Electric Purple #A20DFF

Tints of Electric Purple #A20DFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 59.3%

R = 37.67%
G = 3.02%
B = 59.3%

CMYK

 C value IS 0.36

 M value IS 0.95

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A20DFF (or 0xA20DFF) is known color: Electric Purple. HEX triplet: A2, 0D and FF. RGB value is (162,13,255). Sum of RGB (Red+Green+Blue) = 162+13+255=430 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.67% from 430); Green value is 13 (5.47% from 255 or 3.02% from 430); Blue value is 255 (100% from 255 or 59.30% from 430); Max value from RGB is 255 - color contains mainly: blue. Hex color #A20DFF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A20DFF is #5DF200. Grayscale: #545454. Windows color (decimal): -6156801 or 16715170. OLE color: 16715170.

HSL color Cylindrical-coordinate representation of color #A20DFF: hue angle of 276.94º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A20DFF is Cyan = 0.36, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 162 13 255 -
CMYK 0.36 0.95 0 0
HSL 276.94º 1% 0.53% -
HSV(B) 276.94º 0.95% 1% -
XYZ 33.09 15.19 95.8 -
YUV 85.14 223.86 182.82 -
System Red Green Blue C M Y K H S L
Decimal 162 13 255 0.36 0.95 0 0 276.94 1 0.53
Hex A2 D FF 24 5F 0 0 115 64 35
Octal 242 15 377 44 137 0 0 425 144 65
Binary 10100010 1101 11111111 100100 1011111 0 0 100010101 1100100 110101

Color Harmonies of #A20DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20DFF

Black with #A20DFF

Text Example


Text Example

White with #A20DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20DFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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