Html Css Color HEX #A304FD Electric Purple

📋 copy color: '#A304FD'

red 163 ◦ green 4 ◦ blue 253

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

Shades of Electric Purple #A304FD

Tints of Electric Purple #A304FD

RGB

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

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

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

R = 38.81%
G = 0.95%
B = 60.24%

CMYK

 C value IS 0.36

 M value IS 0.98

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A304FD (or 0xA304FD) is known color: Electric Purple. HEX triplet: A3, 04 and FD. RGB value is (163,4,253). Sum of RGB (Red+Green+Blue) = 163+4+253=420 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.81% from 420); Green value is 4 (1.95% from 255 or 0.95% from 420); Blue value is 253 (99.22% from 255 or 60.24% from 420); Max value from RGB is 253 - color contains mainly: blue. Hex color #A304FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A304FD is #5CFB02. Grayscale: #4F4F4F. Windows color (decimal): -6093571 or 16581795. OLE color: 16581795.

HSL color Cylindrical-coordinate representation of color #A304FD: hue angle of 278.31º 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 #A304FD is Cyan = 0.36, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 163 4 253 -
CMYK 0.36 0.98 0 0.01
HSL 278.31º 0.98% 0.5% -
HSV(B) 278.31º 0.98% 0.99% -
XYZ 32.88 14.97 94.08 -
YUV 79.93 225.68 187.25 -
System Red Green Blue C M Y K H S L
Decimal 163 4 253 0.36 0.98 0 0.01 278.31 0.98 0.5
Hex A3 4 FD 24 62 0 1 116 62 32
Octal 243 4 375 44 142 0 1 426 142 62
Binary 10100011 100 11111101 100100 1100010 0 1 100010110 1100010 110010

Color Harmonies of #A304FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A304FD

Black with #A304FD

Text Example


Text Example

White with #A304FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A304FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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