Html Css Color HEX #A503FF Electric Purple

📋 copy color: '#A503FF'

red 165 ◦ green 3 ◦ blue 255

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

Shades of Electric Purple #A503FF

Tints of Electric Purple #A503FF

RGB

 RED value IS 165 (64.84% from 255) = 39.01%

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

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

R = 39.01%
G = 0.71%
B = 60.28%

CMYK

 C value IS 0.35

 M value IS 0.99

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A503FF (or 0xA503FF) is known color: Electric Purple. HEX triplet: A5, 03 and FF. RGB value is (165,3,255). Sum of RGB (Red+Green+Blue) = 165+3+255=423 (56% of max value = 765). Red value is 165 (64.84% from 255 or 39.01% from 423); Green value is 3 (1.56% from 255 or 0.71% from 423); Blue value is 255 (100% from 255 or 60.28% from 423); Max value from RGB is 255 - color contains mainly: blue. Hex color #A503FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A503FF is #5AFC00. Grayscale: #4F4F4F. Windows color (decimal): -5962753 or 16712613. OLE color: 16712613.

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

Color convert

RGB 165 3 255 -
CMYK 0.35 0.99 0 0
HSL 278.57º 1% 0.51% -
HSV(B) 278.57º 0.99% 1% -
XYZ 33.6 15.28 95.79 -
YUV 80.17 226.67 188.51 -
System Red Green Blue C M Y K H S L
Decimal 165 3 255 0.35 0.99 0 0 278.57 1 0.51
Hex A5 3 FF 23 63 0 0 117 64 33
Octal 245 3 377 43 143 0 0 427 144 63
Binary 10100101 11 11111111 100011 1100011 0 0 100010111 1100100 110011

Color Harmonies of #A503FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A503FF

Black with #A503FF

Text Example


Text Example

White with #A503FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A503FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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