Html Css Color HEX #A212FA Electric Purple

📋 copy color: '#A212FA'

red 162 ◦ green 18 ◦ blue 250

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

Shades of Electric Purple #A212FA

Tints of Electric Purple #A212FA

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.19%

 BLUE value IS 250 (98.05% from 255) = 58.14%

R = 37.67%
G = 4.19%
B = 58.14%

CMYK

 C value IS 0.35

 M value IS 0.93

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A212FA (or 0xA212FA) is known color: Electric Purple. HEX triplet: A2, 12 and FA. RGB value is (162,18,250). Sum of RGB (Red+Green+Blue) = 162+18+250=430 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.67% from 430); Green value is 18 (7.42% from 255 or 4.19% from 430); Blue value is 250 (98.05% from 255 or 58.14% from 430); Max value from RGB is 250 - color contains mainly: blue. Hex color #A212FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A212FA is #5DED05. Grayscale: #565656. Windows color (decimal): -6155526 or 16388770. OLE color: 16388770.

HSL color Cylindrical-coordinate representation of color #A212FA: hue angle of 277.24º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A212FA is Cyan = 0.35, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 162 18 250 -
CMYK 0.35 0.93 0 0.02
HSL 277.24º 0.96% 0.53% -
HSV(B) 277.24º 0.93% 0.98% -
XYZ 32.37 15.02 91.63 -
YUV 87.5 219.71 181.14 -
System Red Green Blue C M Y K H S L
Decimal 162 18 250 0.35 0.93 0 0.02 277.24 0.96 0.53
Hex A2 12 FA 23 5D 0 2 115 60 35
Octal 242 22 372 43 135 0 2 425 140 65
Binary 10100010 10010 11111010 100011 1011101 0 10 100010101 1100000 110101

Color Harmonies of #A212FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A212FA

Black with #A212FA

Text Example


Text Example

White with #A212FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A212FA; }

 p { color: rgb(162,18,250); }

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

background-color css

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

 a { background-color: rgb(162,18,250); }

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

border-color css

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

 span { border-color: rgb(162,18,250); }

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