Html Css Color HEX #A210FC Electric Purple

📋 copy color: '#A210FC'

red 162 ◦ green 16 ◦ blue 252

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

Shades of Electric Purple #A210FC

Tints of Electric Purple #A210FC

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.72%

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

R = 37.67%
G = 3.72%
B = 58.6%

CMYK

 C value IS 0.36

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A210FC (or 0xA210FC) is known color: Electric Purple. HEX triplet: A2, 10 and FC. RGB value is (162,16,252). Sum of RGB (Red+Green+Blue) = 162+16+252=430 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.67% from 430); Green value is 16 (6.64% from 255 or 3.72% from 430); Blue value is 252 (98.83% from 255 or 58.60% from 430); Max value from RGB is 252 - color contains mainly: blue. Hex color #A210FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A210FC is #5DEF03. Grayscale: #555555. Windows color (decimal): -6156036 or 16519330. OLE color: 16519330.

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

Color convert

RGB 162 16 252 -
CMYK 0.36 0.94 0 0.01
HSL 277.12º 0.98% 0.53% -
HSV(B) 277.12º 0.94% 0.99% -
XYZ 32.66 15.08 93.29 -
YUV 86.56 221.37 181.81 -
System Red Green Blue C M Y K H S L
Decimal 162 16 252 0.36 0.94 0 0.01 277.12 0.98 0.53
Hex A2 10 FC 24 5E 0 1 115 62 35
Octal 242 20 374 44 136 0 1 425 142 65
Binary 10100010 10000 11111100 100100 1011110 0 1 100010101 1100010 110101

Color Harmonies of #A210FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A210FC

Black with #A210FC

Text Example


Text Example

White with #A210FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A210FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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