Html Css Color HEX #A809FC Electric Purple

📋 copy color: '#A809FC'

red 168 ◦ green 9 ◦ blue 252

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

Shades of Electric Purple #A809FC

Tints of Electric Purple #A809FC

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.1%

 BLUE value IS 252 (98.83% from 255) = 58.74%

R = 39.16%
G = 2.1%
B = 58.74%

CMYK

 C value IS 0.33

 M value IS 0.96

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A809FC (or 0xA809FC) is known color: Electric Purple. HEX triplet: A8, 09 and FC. RGB value is (168,9,252). Sum of RGB (Red+Green+Blue) = 168+9+252=429 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.16% from 429); Green value is 9 (3.91% from 255 or 2.10% from 429); Blue value is 252 (98.83% from 255 or 58.74% from 429); Max value from RGB is 252 - color contains mainly: blue. Hex color #A809FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A809FC is #57F603. Grayscale: #535353. Windows color (decimal): -5764612 or 16517544. OLE color: 16517544.

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

Color convert

RGB 168 9 252 -
CMYK 0.33 0.96 0 0.01
HSL 279.26º 0.98% 0.51% -
HSV(B) 279.26º 0.96% 0.99% -
XYZ 33.82 15.55 93.31 -
YUV 84.24 222.68 187.74 -
System Red Green Blue C M Y K H S L
Decimal 168 9 252 0.33 0.96 0 0.01 279.26 0.98 0.51
Hex A8 9 FC 21 60 0 1 117 62 33
Octal 250 11 374 41 140 0 1 427 142 63
Binary 10101000 1001 11111100 100001 1100000 0 1 100010111 1100010 110011

Color Harmonies of #A809FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A809FC

Black with #A809FC

Text Example


Text Example

White with #A809FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A809FC; }

 p { color: rgb(168,9,252); }

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

background-color css

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

 a { background-color: rgb(168,9,252); }

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

border-color css

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

 span { border-color: rgb(168,9,252); }

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