Html Css Color HEX #A80BEB Electric Purple

📋 copy color: '#A80BEB'

red 168 ◦ green 11 ◦ blue 235

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

Shades of Electric Purple #A80BEB

Tints of Electric Purple #A80BEB

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.66%

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

R = 40.58%
G = 2.66%
B = 56.76%

CMYK

 C value IS 0.29

 M value IS 0.95

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A80BEB (or 0xA80BEB) is known color: Electric Purple. HEX triplet: A8, 0B and EB. RGB value is (168,11,235). Sum of RGB (Red+Green+Blue) = 168+11+235=414 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.58% from 414); Green value is 11 (4.69% from 255 or 2.66% from 414); Blue value is 235 (92.19% from 255 or 56.76% from 414); Max value from RGB is 235 - color contains mainly: blue. Hex color #A80BEB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A80BEB is #57F414. Grayscale: #525252. Windows color (decimal): -5764117 or 15403944. OLE color: 15403944.

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

Color convert

RGB 168 11 235 -
CMYK 0.29 0.95 0 0.08
HSL 282.05º 0.91% 0.48% -
HSV(B) 282.05º 0.95% 0.92% -
XYZ 31.26 14.56 79.76 -
YUV 83.48 213.51 188.29 -
System Red Green Blue C M Y K H S L
Decimal 168 11 235 0.29 0.95 0 0.08 282.05 0.91 0.48
Hex A8 B EB 1D 5F 0 8 11A 5B 30
Octal 250 13 353 35 137 0 10 432 133 60
Binary 10101000 1011 11101011 11101 1011111 0 1000 100011010 1011011 110000

Color Harmonies of #A80BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80BEB

Black with #A80BEB

Text Example


Text Example

White with #A80BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80BEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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