Html Css Color HEX #A803EC Electric Purple

📋 copy color: '#A803EC'

red 168 ◦ green 3 ◦ blue 236

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

Shades of Electric Purple #A803EC

Tints of Electric Purple #A803EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 57.99%

R = 41.28%
G = 0.74%
B = 57.99%

CMYK

 C value IS 0.29

 M value IS 0.99

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A803EC (or 0xA803EC) is known color: Electric Purple. HEX triplet: A8, 03 and EC. RGB value is (168,3,236). Sum of RGB (Red+Green+Blue) = 168+3+236=407 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.28% from 407); Green value is 3 (1.56% from 255 or 0.74% from 407); Blue value is 236 (92.58% from 255 or 57.99% from 407); Max value from RGB is 236 - color contains mainly: blue. Hex color #A803EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A803EC is #57FC13. Grayscale: #4E4E4E. Windows color (decimal): -5766164 or 15467432. OLE color: 15467432.

HSL color Cylindrical-coordinate representation of color #A803EC: hue angle of 282.49º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A803EC is Cyan = 0.29, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 168 3 236 -
CMYK 0.29 0.99 0 0.07
HSL 282.49º 0.97% 0.47% -
HSV(B) 282.49º 0.99% 0.93% -
XYZ 31.32 14.45 80.49 -
YUV 78.9 216.66 191.55 -
System Red Green Blue C M Y K H S L
Decimal 168 3 236 0.29 0.99 0 0.07 282.49 0.97 0.47
Hex A8 3 EC 1D 63 0 7 11A 61 2F
Octal 250 3 354 35 143 0 7 432 141 57
Binary 10101000 11 11101100 11101 1100011 0 111 100011010 1100001 101111

Color Harmonies of #A803EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A803EC

Black with #A803EC

Text Example


Text Example

White with #A803EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A803EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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