Html Css Color HEX #A500FD Electric Purple

📋 copy color: '#A500FD'

red 165 ◦ green 0 ◦ blue 253

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

Shades of Electric Purple #A500FD

Tints of Electric Purple #A500FD

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 39.47%
G = 0%
B = 60.53%

CMYK

 C value IS 0.35

 M value IS 1

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A500FD (or 0xA500FD) is known color: Electric Purple. HEX triplet: A5, 00 and FD. RGB value is (165,0,253). Sum of RGB (Red+Green+Blue) = 165+0+253=418 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.47% from 418); Green value is 0 (0.39% from 255 or 0% from 418); Blue value is 253 (99.22% from 255 or 60.53% from 418); Max value from RGB is 253 - color contains mainly: blue. Hex color #A500FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A500FD is #5AFF02. Grayscale: #4D4D4D. Windows color (decimal): -5963523 or 16580773. OLE color: 16580773.

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

Color convert

RGB 165 0 253 -
CMYK 0.35 1 0 0.01
HSL 279.13º 1% 0.5% -
HSV(B) 279.13º 1% 0.99% -
XYZ 33.25 15.09 94.09 -
YUV 78.18 226.66 189.93 -
System Red Green Blue C M Y K H S L
Decimal 165 0 253 0.35 1 0 0.01 279.13 1 0.5
Hex A5 0 FD 23 64 0 1 117 64 32
Octal 245 0 375 43 144 0 1 427 144 62
Binary 10100101 0 11111101 100011 1100100 0 1 100010111 1100100 110010

Color Harmonies of #A500FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A500FD

Black with #A500FD

Text Example


Text Example

White with #A500FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A500FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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