Html Css Color HEX #A80BEC Electric Purple

📋 copy color: '#A80BEC'

red 168 ◦ green 11 ◦ blue 236

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

Shades of Electric Purple #A80BEC

Tints of Electric Purple #A80BEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 56.87%

R = 40.48%
G = 2.65%
B = 56.87%

CMYK

 C value IS 0.29

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A80BEC (or 0xA80BEC) is known color: Electric Purple. HEX triplet: A8, 0B and EC. RGB value is (168,11,236). Sum of RGB (Red+Green+Blue) = 168+11+236=415 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.48% from 415); Green value is 11 (4.69% from 255 or 2.65% from 415); Blue value is 236 (92.58% from 255 or 56.87% from 415); Max value from RGB is 236 - color contains mainly: blue. Hex color #A80BEC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A80BEC is #57F413. Grayscale: #525252. Windows color (decimal): -5764116 or 15469480. OLE color: 15469480.

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

Color convert

RGB 168 11 236 -
CMYK 0.29 0.95 0 0.07
HSL 281.87º 0.91% 0.48% -
HSV(B) 281.87º 0.95% 0.93% -
XYZ 31.41 14.62 80.52 -
YUV 83.59 214.01 188.2 -
System Red Green Blue C M Y K H S L
Decimal 168 11 236 0.29 0.95 0 0.07 281.87 0.91 0.48
Hex A8 B EC 1D 5F 0 7 11A 5B 30
Octal 250 13 354 35 137 0 7 432 133 60
Binary 10101000 1011 11101100 11101 1011111 0 111 100011010 1011011 110000

Color Harmonies of #A80BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80BEC

Black with #A80BEC

Text Example


Text Example

White with #A80BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80BEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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