Html Css Color HEX #A212F1 Electric Purple

📋 copy color: '#A212F1'

red 162 ◦ green 18 ◦ blue 241

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

Shades of Electric Purple #A212F1

Tints of Electric Purple #A212F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 57.24%

R = 38.48%
G = 4.28%
B = 57.24%

CMYK

 C value IS 0.33

 M value IS 0.93

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A212F1 (or 0xA212F1) is known color: Electric Purple. HEX triplet: A2, 12 and F1. RGB value is (162,18,241). Sum of RGB (Red+Green+Blue) = 162+18+241=421 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.48% from 421); Green value is 18 (7.42% from 255 or 4.28% from 421); Blue value is 241 (94.53% from 255 or 57.24% from 421); Max value from RGB is 241 - color contains mainly: blue. Hex color #A212F1 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A212F1 is #5DED0E. Grayscale: #555555. Windows color (decimal): -6155535 or 15798946. OLE color: 15798946.

HSL color Cylindrical-coordinate representation of color #A212F1: hue angle of 278.74º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A212F1 is Cyan = 0.33, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 162 18 241 -
CMYK 0.33 0.93 0 0.05
HSL 278.74º 0.89% 0.51% -
HSV(B) 278.74º 0.93% 0.95% -
XYZ 30.99 14.46 84.38 -
YUV 86.48 215.21 181.87 -
System Red Green Blue C M Y K H S L
Decimal 162 18 241 0.33 0.93 0 0.05 278.74 0.89 0.51
Hex A2 12 F1 21 5D 0 5 117 59 33
Octal 242 22 361 41 135 0 5 427 131 63
Binary 10100010 10010 11110001 100001 1011101 0 101 100010111 1011001 110011

Color Harmonies of #A212F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A212F1

Black with #A212F1

Text Example


Text Example

White with #A212F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A212F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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