Html Css Color HEX #A303FD Electric Purple

📋 copy color: '#A303FD'

red 163 ◦ green 3 ◦ blue 253

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

Shades of Electric Purple #A303FD

Tints of Electric Purple #A303FD

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.72%

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

R = 38.9%
G = 0.72%
B = 60.38%

CMYK

 C value IS 0.36

 M value IS 0.99

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A303FD (or 0xA303FD) is known color: Electric Purple. HEX triplet: A3, 03 and FD. RGB value is (163,3,253). Sum of RGB (Red+Green+Blue) = 163+3+253=419 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.90% from 419); Green value is 3 (1.56% from 255 or 0.72% from 419); Blue value is 253 (99.22% from 255 or 60.38% from 419); Max value from RGB is 253 - color contains mainly: blue. Hex color #A303FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A303FD is #5CFC02. Grayscale: #4E4E4E. Windows color (decimal): -6093827 or 16581539. OLE color: 16581539.

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

Color convert

RGB 163 3 253 -
CMYK 0.36 0.99 0 0.01
HSL 278.4º 0.98% 0.5% -
HSV(B) 278.4º 0.99% 0.99% -
XYZ 32.87 14.94 94.08 -
YUV 79.34 226.01 187.67 -
System Red Green Blue C M Y K H S L
Decimal 163 3 253 0.36 0.99 0 0.01 278.4 0.98 0.5
Hex A3 3 FD 24 63 0 1 116 62 32
Octal 243 3 375 44 143 0 1 426 142 62
Binary 10100011 11 11111101 100100 1100011 0 1 100010110 1100010 110010

Color Harmonies of #A303FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A303FD

Black with #A303FD

Text Example


Text Example

White with #A303FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A303FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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