Html Css Color HEX #A303FF Electric Purple

📋 copy color: '#A303FF'

red 163 ◦ green 3 ◦ blue 255

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

Shades of Electric Purple #A303FF

Tints of Electric Purple #A303FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 60.57%

R = 38.72%
G = 0.71%
B = 60.57%

CMYK

 C value IS 0.36

 M value IS 0.99

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A303FF (or 0xA303FF) is known color: Electric Purple. HEX triplet: A3, 03 and FF. RGB value is (163,3,255). Sum of RGB (Red+Green+Blue) = 163+3+255=421 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.72% from 421); Green value is 3 (1.56% from 255 or 0.71% from 421); Blue value is 255 (100% from 255 or 60.57% from 421); Max value from RGB is 255 - color contains mainly: blue. Hex color #A303FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A303FF is #5CFC00. Grayscale: #4E4E4E. Windows color (decimal): -6093825 or 16712611. OLE color: 16712611.

HSL color Cylindrical-coordinate representation of color #A303FF: hue angle of 278.1º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A303FF is Cyan = 0.36, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 163 3 255 -
CMYK 0.36 0.99 0 0
HSL 278.1º 1% 0.51% -
HSV(B) 278.1º 0.99% 1% -
XYZ 33.19 15.07 95.77 -
YUV 79.57 227.01 187.51 -
System Red Green Blue C M Y K H S L
Decimal 163 3 255 0.36 0.99 0 0 278.1 1 0.51
Hex A3 3 FF 24 63 0 0 116 64 33
Octal 243 3 377 44 143 0 0 426 144 63
Binary 10100011 11 11111111 100100 1100011 0 0 100010110 1100100 110011

Color Harmonies of #A303FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A303FF

Black with #A303FF

Text Example


Text Example

White with #A303FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A303FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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