Html Css Color HEX #A803ED Electric Purple

📋 copy color: '#A803ED'

red 168 ◦ green 3 ◦ blue 237

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

Shades of Electric Purple #A803ED

Tints of Electric Purple #A803ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 58.09%

R = 41.18%
G = 0.74%
B = 58.09%

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

#A803ED (or 0xA803ED) is known color: Electric Purple. HEX triplet: A8, 03 and ED. RGB value is (168,3,237). Sum of RGB (Red+Green+Blue) = 168+3+237=408 (54% of max value = 765). Red value is 168 (66.02% from 255 or 41.18% from 408); Green value is 3 (1.56% from 255 or 0.74% from 408); Blue value is 237 (92.97% from 255 or 58.09% from 408); Max value from RGB is 237 - color contains mainly: blue. Hex color #A803ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A803ED is #57FC12. Grayscale: #4E4E4E. Windows color (decimal): -5766163 or 15532968. OLE color: 15532968.

HSL color Cylindrical-coordinate representation of color #A803ED: hue angle of 282.31º degrees, saturation: 0.98, 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 #A803ED is Cyan = 0.29, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 168 3 237 -
CMYK 0.29 0.99 0 0.07
HSL 282.31º 0.98% 0.47% -
HSV(B) 282.31º 0.99% 0.93% -
XYZ 31.47 14.5 81.26 -
YUV 79.01 217.16 191.47 -
System Red Green Blue C M Y K H S L
Decimal 168 3 237 0.29 0.99 0 0.07 282.31 0.98 0.47
Hex A8 3 ED 1D 63 0 7 11A 62 2F
Octal 250 3 355 35 143 0 7 432 142 57
Binary 10101000 11 11101101 11101 1100011 0 111 100011010 1100010 101111

Color Harmonies of #A803ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A803ED

Black with #A803ED

Text Example


Text Example

White with #A803ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A803ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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