Html Css Color HEX #A808F6 Electric Purple

📋 copy color: '#A808F6'

red 168 ◦ green 8 ◦ blue 246

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

Shades of Electric Purple #A808F6

Tints of Electric Purple #A808F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 58.29%

R = 39.81%
G = 1.9%
B = 58.29%

CMYK

 C value IS 0.32

 M value IS 0.97

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A808F6 (or 0xA808F6) is known color: Electric Purple. HEX triplet: A8, 08 and F6. RGB value is (168,8,246). Sum of RGB (Red+Green+Blue) = 168+8+246=422 (55% of max value = 765). Red value is 168 (66.02% from 255 or 39.81% from 422); Green value is 8 (3.52% from 255 or 1.90% from 422); Blue value is 246 (96.48% from 255 or 58.29% from 422); Max value from RGB is 246 - color contains mainly: blue. Hex color #A808F6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A808F6 is #57F709. Grayscale: #525252. Windows color (decimal): -5764874 or 16124072. OLE color: 16124072.

HSL color Cylindrical-coordinate representation of color #A808F6: hue angle of 280.34º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A808F6 is Cyan = 0.32, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 168 8 246 -
CMYK 0.32 0.97 0 0.04
HSL 280.34º 0.94% 0.5% -
HSV(B) 280.34º 0.97% 0.96% -
XYZ 32.87 15.15 88.38 -
YUV 82.97 220.01 188.65 -
System Red Green Blue C M Y K H S L
Decimal 168 8 246 0.32 0.97 0 0.04 280.34 0.94 0.5
Hex A8 8 F6 20 61 0 4 118 5E 32
Octal 250 10 366 40 141 0 4 430 136 62
Binary 10101000 1000 11110110 100000 1100001 0 100 100011000 1011110 110010

Color Harmonies of #A808F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A808F6

Black with #A808F6

Text Example


Text Example

White with #A808F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A808F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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