Html Css Color HEX #A80FFB Electric Purple

📋 copy color: '#A80FFB'

red 168 ◦ green 15 ◦ blue 251

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

Shades of Electric Purple #A80FFB

Tints of Electric Purple #A80FFB

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.46%

 BLUE value IS 251 (98.44% from 255) = 57.83%

R = 38.71%
G = 3.46%
B = 57.83%

CMYK

 C value IS 0.33

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A80FFB (or 0xA80FFB) is known color: Electric Purple. HEX triplet: A8, 0F and FB. RGB value is (168,15,251). Sum of RGB (Red+Green+Blue) = 168+15+251=434 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.71% from 434); Green value is 15 (6.25% from 255 or 3.46% from 434); Blue value is 251 (98.44% from 255 or 57.83% from 434); Max value from RGB is 251 - color contains mainly: blue. Hex color #A80FFB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A80FFB is #57F004. Grayscale: #565656. Windows color (decimal): -5763077 or 16453544. OLE color: 16453544.

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

Color convert

RGB 168 15 251 -
CMYK 0.33 0.94 0 0.02
HSL 278.9º 0.97% 0.52% -
HSV(B) 278.9º 0.94% 0.98% -
XYZ 33.73 15.63 92.51 -
YUV 87.65 220.19 185.31 -
System Red Green Blue C M Y K H S L
Decimal 168 15 251 0.33 0.94 0 0.02 278.9 0.97 0.52
Hex A8 F FB 21 5E 0 2 117 61 34
Octal 250 17 373 41 136 0 2 427 141 64
Binary 10101000 1111 11111011 100001 1011110 0 10 100010111 1100001 110100

Color Harmonies of #A80FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80FFB

Black with #A80FFB

Text Example


Text Example

White with #A80FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80FFB; }

 p { color: rgb(168,15,251); }

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

background-color css

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

 a { background-color: rgb(168,15,251); }

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

border-color css

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

 span { border-color: rgb(168,15,251); }

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