Html Css Color HEX #A808FD Electric Purple

📋 copy color: '#A808FD'

red 168 ◦ green 8 ◦ blue 253

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

Shades of Electric Purple #A808FD

Tints of Electric Purple #A808FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 58.97%

R = 39.16%
G = 1.86%
B = 58.97%

CMYK

 C value IS 0.34

 M value IS 0.97

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A808FD (or 0xA808FD) is known color: Electric Purple. HEX triplet: A8, 08 and FD. RGB value is (168,8,253). Sum of RGB (Red+Green+Blue) = 168+8+253=429 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.16% from 429); Green value is 8 (3.52% from 255 or 1.86% from 429); Blue value is 253 (99.22% from 255 or 58.97% from 429); Max value from RGB is 253 - color contains mainly: blue. Hex color #A808FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A808FD is #57F702. Grayscale: #525252. Windows color (decimal): -5764867 or 16582824. OLE color: 16582824.

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

Color convert

RGB 168 8 253 -
CMYK 0.34 0.97 0 0.01
HSL 279.18º 0.98% 0.51% -
HSV(B) 279.18º 0.97% 0.99% -
XYZ 33.96 15.59 94.15 -
YUV 83.77 223.51 188.08 -
System Red Green Blue C M Y K H S L
Decimal 168 8 253 0.34 0.97 0 0.01 279.18 0.98 0.51
Hex A8 8 FD 22 61 0 1 117 62 33
Octal 250 10 375 42 141 0 1 427 142 63
Binary 10101000 1000 11111101 100010 1100001 0 1 100010111 1100010 110011

Color Harmonies of #A808FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A808FD

Black with #A808FD

Text Example


Text Example

White with #A808FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A808FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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