Html Css Color HEX #A80AF9 Electric Purple

📋 copy color: '#A80AF9'

red 168 ◦ green 10 ◦ blue 249

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

Shades of Electric Purple #A80AF9

Tints of Electric Purple #A80AF9

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.34%

 BLUE value IS 249 (97.66% from 255) = 58.31%

R = 39.34%
G = 2.34%
B = 58.31%

CMYK

 C value IS 0.33

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A80AF9 (or 0xA80AF9) is known color: Electric Purple. HEX triplet: A8, 0A and F9. RGB value is (168,10,249). Sum of RGB (Red+Green+Blue) = 168+10+249=427 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.34% from 427); Green value is 10 (4.30% from 255 or 2.34% from 427); Blue value is 249 (97.66% from 255 or 58.31% from 427); Max value from RGB is 249 - color contains mainly: blue. Hex color #A80AF9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A80AF9 is #57F506. Grayscale: #535353. Windows color (decimal): -5764359 or 16321192. OLE color: 16321192.

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

Color convert

RGB 168 10 249 -
CMYK 0.33 0.96 0 0.02
HSL 279.67º 0.95% 0.51% -
HSV(B) 279.67º 0.96% 0.98% -
XYZ 33.36 15.38 90.83 -
YUV 84.49 220.85 187.57 -
System Red Green Blue C M Y K H S L
Decimal 168 10 249 0.33 0.96 0 0.02 279.67 0.95 0.51
Hex A8 A F9 21 60 0 2 118 5F 33
Octal 250 12 371 41 140 0 2 430 137 63
Binary 10101000 1010 11111001 100001 1100000 0 10 100011000 1011111 110011

Color Harmonies of #A80AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80AF9

Black with #A80AF9

Text Example


Text Example

White with #A80AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80AF9; }

 p { color: rgb(168,10,249); }

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

background-color css

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

 a { background-color: rgb(168,10,249); }

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

border-color css

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

 span { border-color: rgb(168,10,249); }

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