Html Css Color HEX #A80BFC Electric Purple

📋 copy color: '#A80BFC'

red 168 ◦ green 11 ◦ blue 252

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

Shades of Electric Purple #A80BFC

Tints of Electric Purple #A80BFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 58.47%

R = 38.98%
G = 2.55%
B = 58.47%

CMYK

 C value IS 0.33

 M value IS 0.96

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A80BFC (or 0xA80BFC) is known color: Electric Purple. HEX triplet: A8, 0B and FC. RGB value is (168,11,252). Sum of RGB (Red+Green+Blue) = 168+11+252=431 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.98% from 431); Green value is 11 (4.69% from 255 or 2.55% from 431); Blue value is 252 (98.83% from 255 or 58.47% from 431); Max value from RGB is 252 - color contains mainly: blue. Hex color #A80BFC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A80BFC is #57F403. Grayscale: #545454. Windows color (decimal): -5764100 or 16518056. OLE color: 16518056.

HSL color Cylindrical-coordinate representation of color #A80BFC: hue angle of 279.09º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A80BFC is Cyan = 0.33, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 168 11 252 -
CMYK 0.33 0.96 0 0.01
HSL 279.09º 0.98% 0.52% -
HSV(B) 279.09º 0.96% 0.99% -
XYZ 33.84 15.59 93.32 -
YUV 85.42 222.01 186.9 -
System Red Green Blue C M Y K H S L
Decimal 168 11 252 0.33 0.96 0 0.01 279.09 0.98 0.52
Hex A8 B FC 21 60 0 1 117 62 34
Octal 250 13 374 41 140 0 1 427 142 64
Binary 10101000 1011 11111100 100001 1100000 0 1 100010111 1100010 110100

Color Harmonies of #A80BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80BFC

Black with #A80BFC

Text Example


Text Example

White with #A80BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80BFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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