Html Css Color HEX #A213FD Electric Purple

📋 copy color: '#A213FD'

red 162 ◦ green 19 ◦ blue 253

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

Shades of Electric Purple #A213FD

Tints of Electric Purple #A213FD

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.38%

 BLUE value IS 253 (99.22% from 255) = 58.29%

R = 37.33%
G = 4.38%
B = 58.29%

CMYK

 C value IS 0.36

 M value IS 0.92

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A213FD (or 0xA213FD) is known color: Electric Purple. HEX triplet: A2, 13 and FD. RGB value is (162,19,253). Sum of RGB (Red+Green+Blue) = 162+19+253=434 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.33% from 434); Green value is 19 (7.81% from 255 or 4.38% from 434); Blue value is 253 (99.22% from 255 or 58.29% from 434); Max value from RGB is 253 - color contains mainly: blue. Hex color #A213FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A213FD is #5DEC02. Grayscale: #575757. Windows color (decimal): -6155267 or 16585634. OLE color: 16585634.

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

Color convert

RGB 162 19 253 -
CMYK 0.36 0.92 0 0.01
HSL 276.67º 0.98% 0.53% -
HSV(B) 276.67º 0.92% 0.99% -
XYZ 32.86 15.24 94.14 -
YUV 88.43 220.88 180.47 -
System Red Green Blue C M Y K H S L
Decimal 162 19 253 0.36 0.92 0 0.01 276.67 0.98 0.53
Hex A2 13 FD 24 5C 0 1 115 62 35
Octal 242 23 375 44 134 0 1 425 142 65
Binary 10100010 10011 11111101 100100 1011100 0 1 100010101 1100010 110101

Color Harmonies of #A213FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A213FD

Black with #A213FD

Text Example


Text Example

White with #A213FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A213FD; }

 p { color: rgb(162,19,253); }

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

background-color css

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

 a { background-color: rgb(162,19,253); }

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

border-color css

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

 span { border-color: rgb(162,19,253); }

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