Html Css Color HEX #A800EE Electric Purple

📋 copy color: '#A800EE'

red 168 ◦ green 0 ◦ blue 238

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

Shades of Electric Purple #A800EE

Tints of Electric Purple #A800EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 58.62%

R = 41.38%
G = 0%
B = 58.62%

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

#A800EE (or 0xA800EE) is known color: Electric Purple. HEX triplet: A8, 00 and EE. RGB value is (168,0,238). Sum of RGB (Red+Green+Blue) = 168+0+238=406 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.38% from 406); Green value is 0 (0.39% from 255 or 0% from 406); Blue value is 238 (93.36% from 255 or 58.62% from 406); Max value from RGB is 238 - color contains mainly: blue. Hex color #A800EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A800EE is #57FF11. Grayscale: #4C4C4C. Windows color (decimal): -5766930 or 15597736. OLE color: 15597736.

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

Color convert

RGB 168 0 238 -
CMYK 0.29 1 0 0.07
HSL 282.35º 1% 0.47% -
HSV(B) 282.35º 1% 0.93% -
XYZ 31.58 14.5 82.02 -
YUV 77.36 218.66 192.65 -
System Red Green Blue C M Y K H S L
Decimal 168 0 238 0.29 1 0 0.07 282.35 1 0.47
Hex A8 0 EE 1D 64 0 7 11A 64 2F
Octal 250 0 356 35 144 0 7 432 144 57
Binary 10101000 0 11101110 11101 1100100 0 111 100011010 1100100 101111

Color Harmonies of #A800EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A800EE

Black with #A800EE

Text Example


Text Example

White with #A800EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A800EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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