Html Css Color HEX #A803F0 Electric Purple

📋 copy color: '#A803F0'

red 168 ◦ green 3 ◦ blue 240

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

Shades of Electric Purple #A803F0

Tints of Electric Purple #A803F0

RGB

 RED value IS 168 (66.02% from 255) = 40.88%

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

 BLUE value IS 240 (94.14% from 255) = 58.39%

R = 40.88%
G = 0.73%
B = 58.39%

CMYK

 C value IS 0.3

 M value IS 0.99

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A803F0 (or 0xA803F0) is known color: Electric Purple. HEX triplet: A8, 03 and F0. RGB value is (168,3,240). Sum of RGB (Red+Green+Blue) = 168+3+240=411 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.88% from 411); Green value is 3 (1.56% from 255 or 0.73% from 411); Blue value is 240 (94.14% from 255 or 58.39% from 411); Max value from RGB is 240 - color contains mainly: blue. Hex color #A803F0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A803F0 is #57FC0F. Grayscale: #4E4E4E. Windows color (decimal): -5766160 or 15729576. OLE color: 15729576.

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

Color convert

RGB 168 3 240 -
CMYK 0.3 0.99 0 0.06
HSL 281.77º 0.98% 0.48% -
HSV(B) 281.77º 0.99% 0.94% -
XYZ 31.91 14.68 83.59 -
YUV 79.35 218.66 191.23 -
System Red Green Blue C M Y K H S L
Decimal 168 3 240 0.3 0.99 0 0.06 281.77 0.98 0.48
Hex A8 3 F0 1E 63 0 6 11A 62 30
Octal 250 3 360 36 143 0 6 432 142 60
Binary 10101000 11 11110000 11110 1100011 0 110 100011010 1100010 110000

Color Harmonies of #A803F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A803F0

Black with #A803F0

Text Example


Text Example

White with #A803F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A803F0; }

 p { color: rgb(168,3,240); }

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

background-color css

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

 a { background-color: rgb(168,3,240); }

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

border-color css

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

 span { border-color: rgb(168,3,240); }

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