Html Css Color HEX #A003FF Electric Purple

📋 copy color: '#A003FF'

red 160 ◦ green 3 ◦ blue 255

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

Shades of Electric Purple #A003FF

Tints of Electric Purple #A003FF

RGB

 RED value IS 160 (62.89% from 255) = 38.28%

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

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

R = 38.28%
G = 0.72%
B = 61%

CMYK

 C value IS 0.37

 M value IS 0.99

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A003FF (or 0xA003FF) is known color: Electric Purple. HEX triplet: A0, 03 and FF. RGB value is (160,3,255). Sum of RGB (Red+Green+Blue) = 160+3+255=418 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.28% from 418); Green value is 3 (1.56% from 255 or 0.72% from 418); Blue value is 255 (100% from 255 or 61.00% from 418); Max value from RGB is 255 - color contains mainly: blue. Hex color #A003FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A003FF is #5FFC00. Grayscale: #4D4D4D. Windows color (decimal): -6290433 or 16712608. OLE color: 16712608.

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

Color convert

RGB 160 3 255 -
CMYK 0.37 0.99 0 0
HSL 277.38º 1% 0.51% -
HSV(B) 277.38º 0.99% 1% -
XYZ 32.58 14.76 95.74 -
YUV 78.67 227.51 186.01 -
System Red Green Blue C M Y K H S L
Decimal 160 3 255 0.37 0.99 0 0 277.38 1 0.51
Hex A0 3 FF 25 63 0 0 115 64 33
Octal 240 3 377 45 143 0 0 425 144 63
Binary 10100000 11 11111111 100101 1100011 0 0 100010101 1100100 110011

Color Harmonies of #A003FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A003FF

Black with #A003FF

Text Example


Text Example

White with #A003FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A003FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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