Html Css Color HEX #A304FC Electric Purple

📋 copy color: '#A304FC'

red 163 ◦ green 4 ◦ blue 252

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

Shades of Electric Purple #A304FC

Tints of Electric Purple #A304FC

RGB

 RED value IS 163 (64.06% from 255) = 38.9%

 GREEN value IS 4 (1.95% from 255) = 0.95%

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

R = 38.9%
G = 0.95%
B = 60.14%

CMYK

 C value IS 0.35

 M value IS 0.98

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A304FC (or 0xA304FC) is known color: Electric Purple. HEX triplet: A3, 04 and FC. RGB value is (163,4,252). Sum of RGB (Red+Green+Blue) = 163+4+252=419 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.90% from 419); Green value is 4 (1.95% from 255 or 0.95% 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 #A304FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A304FC is #5CFB03. Grayscale: #4E4E4E. Windows color (decimal): -6093572 or 16516259. OLE color: 16516259.

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

Color convert

RGB 163 4 252 -
CMYK 0.35 0.98 0 0.01
HSL 278.47º 0.98% 0.5% -
HSV(B) 278.47º 0.98% 0.99% -
XYZ 32.72 14.9 93.25 -
YUV 79.81 225.18 187.33 -
System Red Green Blue C M Y K H S L
Decimal 163 4 252 0.35 0.98 0 0.01 278.47 0.98 0.5
Hex A3 4 FC 23 62 0 1 116 62 32
Octal 243 4 374 43 142 0 1 426 142 62
Binary 10100011 100 11111100 100011 1100010 0 1 100010110 1100010 110010

Color Harmonies of #A304FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A304FC

Black with #A304FC

Text Example


Text Example

White with #A304FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A304FC; }

 p { color: rgb(163,4,252); }

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

background-color css

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

 a { background-color: rgb(163,4,252); }

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

border-color css

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

 span { border-color: rgb(163,4,252); }

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