Html Css Color HEX #A519FD Electric Purple

📋 copy color: '#A519FD'

red 165 ◦ green 25 ◦ blue 253

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

Shades of Electric Purple #A519FD

Tints of Electric Purple #A519FD

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.64%

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

R = 37.25%
G = 5.64%
B = 57.11%

CMYK

 C value IS 0.35

 M value IS 0.90

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A519FD (or 0xA519FD) is known color: Electric Purple. HEX triplet: A5, 19 and FD. RGB value is (165,25,253). Sum of RGB (Red+Green+Blue) = 165+25+253=443 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.25% from 443); Green value is 25 (10.16% from 255 or 5.64% from 443); Blue value is 253 (99.22% from 255 or 57.11% from 443); Max value from RGB is 253 - color contains mainly: blue. Hex color #A519FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A519FD is #5AE602. Grayscale: #5C5C5C. Windows color (decimal): -5957123 or 16587173. OLE color: 16587173.

HSL color Cylindrical-coordinate representation of color #A519FD: hue angle of 276.84º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A519FD is Cyan = 0.35, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 165 25 253 -
CMYK 0.35 0.90 0 0.01
HSL 276.84º 0.98% 0.55% -
HSV(B) 276.84º 0.9% 0.99% -
XYZ 33.59 15.79 94.2 -
YUV 92.85 218.38 179.46 -
System Red Green Blue C M Y K H S L
Decimal 165 25 253 0.35 0.90 0 0.01 276.84 0.98 0.55
Hex A5 19 FD 23 5A 0 1 115 62 37
Octal 245 31 375 43 132 0 1 425 142 67
Binary 10100101 11001 11111101 100011 1011010 0 1 100010101 1100010 110111

Color Harmonies of #A519FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A519FD

Black with #A519FD

Text Example


Text Example

White with #A519FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A519FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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