Html Css Color HEX #A213FC Electric Purple

📋 copy color: '#A213FC'

red 162 ◦ green 19 ◦ blue 252

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

Shades of Electric Purple #A213FC

Tints of Electric Purple #A213FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 58.2%

R = 37.41%
G = 4.39%
B = 58.2%

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

#A213FC (or 0xA213FC) is known color: Electric Purple. HEX triplet: A2, 13 and FC. RGB value is (162,19,252). Sum of RGB (Red+Green+Blue) = 162+19+252=433 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.41% from 433); Green value is 19 (7.81% from 255 or 4.39% from 433); Blue value is 252 (98.83% from 255 or 58.20% from 433); Max value from RGB is 252 - color contains mainly: blue. Hex color #A213FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A213FC is #5DEC03. Grayscale: #575757. Windows color (decimal): -6155268 or 16520098. OLE color: 16520098.

HSL color Cylindrical-coordinate representation of color #A213FC: hue angle of 276.82º degrees, saturation: 0.97, 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 #A213FC is Cyan = 0.36, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 162 19 252 -
CMYK 0.36 0.92 0 0.01
HSL 276.82º 0.97% 0.53% -
HSV(B) 276.82º 0.92% 0.99% -
XYZ 32.7 15.18 93.3 -
YUV 88.32 220.38 180.55 -
System Red Green Blue C M Y K H S L
Decimal 162 19 252 0.36 0.92 0 0.01 276.82 0.97 0.53
Hex A2 13 FC 24 5C 0 1 115 61 35
Octal 242 23 374 44 134 0 1 425 141 65
Binary 10100010 10011 11111100 100100 1011100 0 1 100010101 1100001 110101

Color Harmonies of #A213FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A213FC

Black with #A213FC

Text Example


Text Example

White with #A213FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A213FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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