Html Css Color HEX #A514FD Electric Purple

📋 copy color: '#A514FD'

red 165 ◦ green 20 ◦ blue 253

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

Shades of Electric Purple #A514FD

Tints of Electric Purple #A514FD

RGB

 RED value IS 165 (64.84% from 255) = 37.67%

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

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

R = 37.67%
G = 4.57%
B = 57.76%

CMYK

 C value IS 0.35

 M value IS 0.92

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A514FD (or 0xA514FD) is known color: Electric Purple. HEX triplet: A5, 14 and FD. RGB value is (165,20,253). Sum of RGB (Red+Green+Blue) = 165+20+253=438 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.67% from 438); Green value is 20 (8.20% from 255 or 4.57% from 438); Blue value is 253 (99.22% from 255 or 57.76% from 438); Max value from RGB is 253 - color contains mainly: blue. Hex color #A514FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A514FD is #5AEB02. Grayscale: #595959. Windows color (decimal): -5958403 or 16585893. OLE color: 16585893.

HSL color Cylindrical-coordinate representation of color #A514FD: hue angle of 277.34º 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 #A514FD is Cyan = 0.35, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 165 20 253 -
CMYK 0.35 0.92 0 0.01
HSL 277.34º 0.98% 0.54% -
HSV(B) 277.34º 0.92% 0.99% -
XYZ 33.5 15.59 94.17 -
YUV 89.92 220.04 181.55 -
System Red Green Blue C M Y K H S L
Decimal 165 20 253 0.35 0.92 0 0.01 277.34 0.98 0.54
Hex A5 14 FD 23 5C 0 1 115 62 36
Octal 245 24 375 43 134 0 1 425 142 66
Binary 10100101 10100 11111101 100011 1011100 0 1 100010101 1100010 110110

Color Harmonies of #A514FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A514FD

Black with #A514FD

Text Example


Text Example

White with #A514FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A514FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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