Html Css Color HEX #A502FC Electric Purple

📋 copy color: '#A502FC'

red 165 ◦ green 2 ◦ blue 252

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

Shades of Electric Purple #A502FC

Tints of Electric Purple #A502FC

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.48%

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

R = 39.38%
G = 0.48%
B = 60.14%

CMYK

 C value IS 0.35

 M value IS 0.99

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A502FC (or 0xA502FC) is known color: Electric Purple. HEX triplet: A5, 02 and FC. RGB value is (165,2,252). Sum of RGB (Red+Green+Blue) = 165+2+252=419 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.38% from 419); Green value is 2 (1.17% from 255 or 0.48% from 419); Blue value is 252 (98.83% from 255 or 60.14% from 419); Max value from RGB is 252 - color contains mainly: blue. Hex color #A502FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A502FC is #5AFD03. Grayscale: #4E4E4E. Windows color (decimal): -5963012 or 16515749. OLE color: 16515749.

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

Color convert

RGB 165 2 252 -
CMYK 0.35 0.99 0 0.01
HSL 279.12º 0.98% 0.5% -
HSV(B) 279.12º 0.99% 0.99% -
XYZ 33.11 15.07 93.26 -
YUV 79.24 225.5 189.17 -
System Red Green Blue C M Y K H S L
Decimal 165 2 252 0.35 0.99 0 0.01 279.12 0.98 0.5
Hex A5 2 FC 23 63 0 1 117 62 32
Octal 245 2 374 43 143 0 1 427 142 62
Binary 10100101 10 11111100 100011 1100011 0 1 100010111 1100010 110010

Color Harmonies of #A502FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A502FC

Black with #A502FC

Text Example


Text Example

White with #A502FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A502FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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