Html Css Color HEX #A214FD Electric Purple

📋 copy color: '#A214FD'

red 162 ◦ green 20 ◦ blue 253

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

Shades of Electric Purple #A214FD

Tints of Electric Purple #A214FD

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.6%

 BLUE value IS 253 (99.22% from 255) = 58.16%

R = 37.24%
G = 4.6%
B = 58.16%

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

#A214FD (or 0xA214FD) is known color: Electric Purple. HEX triplet: A2, 14 and FD. RGB value is (162,20,253). Sum of RGB (Red+Green+Blue) = 162+20+253=435 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.24% from 435); Green value is 20 (8.20% from 255 or 4.60% from 435); Blue value is 253 (99.22% from 255 or 58.16% from 435); Max value from RGB is 253 - color contains mainly: blue. Hex color #A214FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A214FD is #5DEB02. Grayscale: #585858. Windows color (decimal): -6155011 or 16585890. OLE color: 16585890.

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

Color convert

RGB 162 20 253 -
CMYK 0.36 0.92 0 0.01
HSL 276.57º 0.98% 0.54% -
HSV(B) 276.57º 0.92% 0.99% -
XYZ 32.88 15.27 94.14 -
YUV 89.02 220.54 180.05 -
System Red Green Blue C M Y K H S L
Decimal 162 20 253 0.36 0.92 0 0.01 276.57 0.98 0.54
Hex A2 14 FD 24 5C 0 1 115 62 36
Octal 242 24 375 44 134 0 1 425 142 66
Binary 10100010 10100 11111101 100100 1011100 0 1 100010101 1100010 110110

Color Harmonies of #A214FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A214FD

Black with #A214FD

Text Example


Text Example

White with #A214FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A214FD; }

 p { color: rgb(162,20,253); }

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

background-color css

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

 a { background-color: rgb(162,20,253); }

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

border-color css

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

 span { border-color: rgb(162,20,253); }

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