Html Css Color HEX #A800EB Electric Purple

📋 copy color: '#A800EB'

red 168 ◦ green 0 ◦ blue 235

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

Shades of Electric Purple #A800EB

Tints of Electric Purple #A800EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 58.31%

R = 41.69%
G = 0%
B = 58.31%

CMYK

 C value IS 0.29

 M value IS 1

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A800EB (or 0xA800EB) is known color: Electric Purple. HEX triplet: A8, 00 and EB. RGB value is (168,0,235). Sum of RGB (Red+Green+Blue) = 168+0+235=403 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.69% from 403); Green value is 0 (0.39% from 255 or 0% from 403); Blue value is 235 (92.19% from 255 or 58.31% from 403); Max value from RGB is 235 - color contains mainly: blue. Hex color #A800EB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A800EB is #57FF14. Grayscale: #4C4C4C. Windows color (decimal): -5766933 or 15401128. OLE color: 15401128.

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

Color convert

RGB 168 0 235 -
CMYK 0.29 1 0 0.08
HSL 282.89º 1% 0.46% -
HSV(B) 282.89º 1% 0.92% -
XYZ 31.14 14.32 79.72 -
YUV 77.02 217.16 192.89 -
System Red Green Blue C M Y K H S L
Decimal 168 0 235 0.29 1 0 0.08 282.89 1 0.46
Hex A8 0 EB 1D 64 0 8 11B 64 2E
Octal 250 0 353 35 144 0 10 433 144 56
Binary 10101000 0 11101011 11101 1100100 0 1000 100011011 1100100 101110

Color Harmonies of #A800EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A800EB

Black with #A800EB

Text Example


Text Example

White with #A800EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A800EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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