Html Css Color HEX #A210F2 Electric Purple

📋 copy color: '#A210F2'

red 162 ◦ green 16 ◦ blue 242

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

Shades of Electric Purple #A210F2

Tints of Electric Purple #A210F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 57.62%

R = 38.57%
G = 3.81%
B = 57.62%

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

#A210F2 (or 0xA210F2) is known color: Electric Purple. HEX triplet: A2, 10 and F2. RGB value is (162,16,242). Sum of RGB (Red+Green+Blue) = 162+16+242=420 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.57% from 420); Green value is 16 (6.64% from 255 or 3.81% from 420); Blue value is 242 (94.92% from 255 or 57.62% from 420); Max value from RGB is 242 - color contains mainly: blue. Hex color #A210F2 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A210F2 is #5DEF0D. Grayscale: #545454. Windows color (decimal): -6156046 or 15863970. OLE color: 15863970.

HSL color Cylindrical-coordinate representation of color #A210F2: hue angle of 278.76º degrees, saturation: 0.9, 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 #A210F2 is Cyan = 0.33, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 162 16 242 -
CMYK 0.33 0.93 0 0.05
HSL 278.76º 0.9% 0.51% -
HSV(B) 278.76º 0.93% 0.95% -
XYZ 31.11 14.46 85.16 -
YUV 85.42 216.37 182.62 -
System Red Green Blue C M Y K H S L
Decimal 162 16 242 0.33 0.93 0 0.05 278.76 0.9 0.51
Hex A2 10 F2 21 5D 0 5 117 5A 33
Octal 242 20 362 41 135 0 5 427 132 63
Binary 10100010 10000 11110010 100001 1011101 0 101 100010111 1011010 110011

Color Harmonies of #A210F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A210F2

Black with #A210F2

Text Example


Text Example

White with #A210F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A210F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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