Html Css Color HEX #A500FC Electric Purple

📋 copy color: '#A500FC'

red 165 ◦ green 0 ◦ blue 252

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

Shades of Electric Purple #A500FC

Tints of Electric Purple #A500FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 60.43%

R = 39.57%
G = 0%
B = 60.43%

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

#A500FC (or 0xA500FC) is known color: Electric Purple. HEX triplet: A5, 00 and FC. RGB value is (165,0,252). Sum of RGB (Red+Green+Blue) = 165+0+252=417 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.57% from 417); Green value is 0 (0.39% from 255 or 0% from 417); Blue value is 252 (98.83% from 255 or 60.43% from 417); Max value from RGB is 252 - color contains mainly: blue. Hex color #A500FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A500FC is #5AFF03. Grayscale: #4D4D4D. Windows color (decimal): -5963524 or 16515237. OLE color: 16515237.

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

Color convert

RGB 165 0 252 -
CMYK 0.35 1 0 0.01
HSL 279.29º 1% 0.49% -
HSV(B) 279.29º 1% 0.99% -
XYZ 33.09 15.03 93.25 -
YUV 78.06 226.16 190.01 -
System Red Green Blue C M Y K H S L
Decimal 165 0 252 0.35 1 0 0.01 279.29 1 0.49
Hex A5 0 FC 23 64 0 1 117 64 31
Octal 245 0 374 43 144 0 1 427 144 61
Binary 10100101 0 11111100 100011 1100100 0 1 100010111 1100100 110001

Color Harmonies of #A500FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A500FC

Black with #A500FC

Text Example


Text Example

White with #A500FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A500FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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