Html Css Color HEX #A808FA Electric Purple

📋 copy color: '#A808FA'

red 168 ◦ green 8 ◦ blue 250

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

Shades of Electric Purple #A808FA

Tints of Electric Purple #A808FA

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.88%

 BLUE value IS 250 (98.05% from 255) = 58.69%

R = 39.44%
G = 1.88%
B = 58.69%

CMYK

 C value IS 0.33

 M value IS 0.97

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A808FA (or 0xA808FA) is known color: Electric Purple. HEX triplet: A8, 08 and FA. RGB value is (168,8,250). Sum of RGB (Red+Green+Blue) = 168+8+250=426 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.44% from 426); Green value is 8 (3.52% from 255 or 1.88% from 426); Blue value is 250 (98.05% from 255 or 58.69% from 426); Max value from RGB is 250 - color contains mainly: blue. Hex color #A808FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A808FA is #57F705. Grayscale: #525252. Windows color (decimal): -5764870 or 16386216. OLE color: 16386216.

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

Color convert

RGB 168 8 250 -
CMYK 0.33 0.97 0 0.02
HSL 279.67º 0.96% 0.51% -
HSV(B) 279.67º 0.97% 0.98% -
XYZ 33.49 15.4 91.65 -
YUV 83.43 222.01 188.32 -
System Red Green Blue C M Y K H S L
Decimal 168 8 250 0.33 0.97 0 0.02 279.67 0.96 0.51
Hex A8 8 FA 21 61 0 2 118 60 33
Octal 250 10 372 41 141 0 2 430 140 63
Binary 10101000 1000 11111010 100001 1100001 0 10 100011000 1100000 110011

Color Harmonies of #A808FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A808FA

Black with #A808FA

Text Example


Text Example

White with #A808FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A808FA; }

 p { color: rgb(168,8,250); }

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

background-color css

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

 a { background-color: rgb(168,8,250); }

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

border-color css

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

 span { border-color: rgb(168,8,250); }

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