Html Css Color HEX #A800ED Electric Purple

📋 copy color: '#A800ED'

red 168 ◦ green 0 ◦ blue 237

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

Shades of Electric Purple #A800ED

Tints of Electric Purple #A800ED

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 41.48%
G = 0%
B = 58.52%

CMYK

 C value IS 0.29

 M value IS 1

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A800ED (or 0xA800ED) is known color: Electric Purple. HEX triplet: A8, 00 and ED. RGB value is (168,0,237). Sum of RGB (Red+Green+Blue) = 168+0+237=405 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.48% from 405); Green value is 0 (0.39% from 255 or 0% from 405); Blue value is 237 (92.97% from 255 or 58.52% from 405); Max value from RGB is 237 - color contains mainly: blue. Hex color #A800ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A800ED is #57FF12. Grayscale: #4C4C4C. Windows color (decimal): -5766931 or 15532200. OLE color: 15532200.

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

Color convert

RGB 168 0 237 -
CMYK 0.29 1 0 0.07
HSL 282.53º 1% 0.46% -
HSV(B) 282.53º 1% 0.93% -
XYZ 31.43 14.44 81.25 -
YUV 77.25 218.16 192.73 -
System Red Green Blue C M Y K H S L
Decimal 168 0 237 0.29 1 0 0.07 282.53 1 0.46
Hex A8 0 ED 1D 64 0 7 11B 64 2E
Octal 250 0 355 35 144 0 7 433 144 56
Binary 10101000 0 11101101 11101 1100100 0 111 100011011 1100100 101110

Color Harmonies of #A800ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A800ED

Black with #A800ED

Text Example


Text Example

White with #A800ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A800ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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