Html Css Color HEX #A303F1 Electric Purple

📋 copy color: '#A303F1'

red 163 ◦ green 3 ◦ blue 241

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

Shades of Electric Purple #A303F1

Tints of Electric Purple #A303F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 59.21%

R = 40.05%
G = 0.74%
B = 59.21%

CMYK

 C value IS 0.32

 M value IS 0.99

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A303F1 (or 0xA303F1) is known color: Electric Purple. HEX triplet: A3, 03 and F1. RGB value is (163,3,241). Sum of RGB (Red+Green+Blue) = 163+3+241=407 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.05% from 407); Green value is 3 (1.56% from 255 or 0.74% from 407); Blue value is 241 (94.53% from 255 or 59.21% from 407); Max value from RGB is 241 - color contains mainly: blue. Hex color #A303F1 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A303F1 is #5CFC0E. Grayscale: #4D4D4D. Windows color (decimal): -6093839 or 15795107. OLE color: 15795107.

HSL color Cylindrical-coordinate representation of color #A303F1: hue angle of 280.34º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A303F1 is Cyan = 0.32, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 163 3 241 -
CMYK 0.32 0.99 0 0.05
HSL 280.34º 0.98% 0.48% -
HSV(B) 280.34º 0.99% 0.95% -
XYZ 31.01 14.2 84.33 -
YUV 77.97 220.01 188.65 -
System Red Green Blue C M Y K H S L
Decimal 163 3 241 0.32 0.99 0 0.05 280.34 0.98 0.48
Hex A3 3 F1 20 63 0 5 118 62 30
Octal 243 3 361 40 143 0 5 430 142 60
Binary 10100011 11 11110001 100000 1100011 0 101 100011000 1100010 110000

Color Harmonies of #A303F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A303F1

Black with #A303F1

Text Example


Text Example

White with #A303F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A303F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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