Html Css Color HEX #A80CEB Electric Purple

📋 copy color: '#A80CEB'

red 168 ◦ green 12 ◦ blue 235

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

Shades of Electric Purple #A80CEB

Tints of Electric Purple #A80CEB

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.89%

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

R = 40.48%
G = 2.89%
B = 56.63%

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

#A80CEB (or 0xA80CEB) is known color: Electric Purple. HEX triplet: A8, 0C and EB. RGB value is (168,12,235). Sum of RGB (Red+Green+Blue) = 168+12+235=415 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.48% from 415); Green value is 12 (5.08% from 255 or 2.89% from 415); Blue value is 235 (92.19% from 255 or 56.63% from 415); Max value from RGB is 235 - color contains mainly: blue. Hex color #A80CEB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A80CEB is #57F314. Grayscale: #535353. Windows color (decimal): -5763861 or 15404200. OLE color: 15404200.

HSL color Cylindrical-coordinate representation of color #A80CEB: hue angle of 281.97º degrees, saturation: 0.9, 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 #A80CEB is Cyan = 0.29, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 168 12 235 -
CMYK 0.29 0.95 0 0.08
HSL 281.97º 0.9% 0.48% -
HSV(B) 281.97º 0.95% 0.92% -
XYZ 31.28 14.59 79.76 -
YUV 84.07 213.18 187.87 -
System Red Green Blue C M Y K H S L
Decimal 168 12 235 0.29 0.95 0 0.08 281.97 0.9 0.48
Hex A8 C EB 1D 5F 0 8 11A 5A 30
Octal 250 14 353 35 137 0 10 432 132 60
Binary 10101000 1100 11101011 11101 1011111 0 1000 100011010 1011010 110000

Color Harmonies of #A80CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80CEB

Black with #A80CEB

Text Example


Text Example

White with #A80CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80CEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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