Html Css Color HEX #A514FF Electric Purple

📋 copy color: '#A514FF'

red 165 ◦ green 20 ◦ blue 255

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

Shades of Electric Purple #A514FF

Tints of Electric Purple #A514FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 57.95%

R = 37.5%
G = 4.55%
B = 57.95%

CMYK

 C value IS 0.35

 M value IS 0.92

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A514FF (or 0xA514FF) is known color: Electric Purple. HEX triplet: A5, 14 and FF. RGB value is (165,20,255). Sum of RGB (Red+Green+Blue) = 165+20+255=440 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.5% from 440); Green value is 20 (8.20% from 255 or 4.55% from 440); Blue value is 255 (100% from 255 or 57.95% from 440); Max value from RGB is 255 - color contains mainly: blue. Hex color #A514FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A514FF is #5AEB00. Grayscale: #595959. Windows color (decimal): -5958401 or 16716965. OLE color: 16716965.

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

Color convert

RGB 165 20 255 -
CMYK 0.35 0.92 0 0
HSL 277.02º 1% 0.54% -
HSV(B) 277.02º 0.92% 1% -
XYZ 33.82 15.72 95.86 -
YUV 90.15 221.04 181.39 -
System Red Green Blue C M Y K H S L
Decimal 165 20 255 0.35 0.92 0 0 277.02 1 0.54
Hex A5 14 FF 23 5C 0 0 115 64 36
Octal 245 24 377 43 134 0 0 425 144 66
Binary 10100101 10100 11111111 100011 1011100 0 0 100010101 1100100 110110

Color Harmonies of #A514FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A514FF

Black with #A514FF

Text Example


Text Example

White with #A514FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A514FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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