Html Css Color HEX #A009FC Electric Purple

📋 copy color: '#A009FC'

red 160 ◦ green 9 ◦ blue 252

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

Shades of Electric Purple #A009FC

Tints of Electric Purple #A009FC

RGB

 RED value IS 160 (62.89% from 255) = 38%

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

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

R = 38%
G = 2.14%
B = 59.86%

CMYK

 C value IS 0.37

 M value IS 0.96

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A009FC (or 0xA009FC) is known color: Electric Purple. HEX triplet: A0, 09 and FC. RGB value is (160,9,252). Sum of RGB (Red+Green+Blue) = 160+9+252=421 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.00% from 421); Green value is 9 (3.91% from 255 or 2.14% from 421); Blue value is 252 (98.83% from 255 or 59.86% from 421); Max value from RGB is 252 - color contains mainly: blue. Hex color #A009FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A009FC is #5FF603. Grayscale: #515151. Windows color (decimal): -6288900 or 16517536. OLE color: 16517536.

HSL color Cylindrical-coordinate representation of color #A009FC: hue angle of 277.28º 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 #A009FC is Cyan = 0.37, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 160 9 252 -
CMYK 0.37 0.96 0 0.01
HSL 277.28º 0.98% 0.51% -
HSV(B) 277.28º 0.96% 0.99% -
XYZ 32.17 14.7 93.24 -
YUV 81.85 224.03 183.74 -
System Red Green Blue C M Y K H S L
Decimal 160 9 252 0.37 0.96 0 0.01 277.28 0.98 0.51
Hex A0 9 FC 25 60 0 1 115 62 33
Octal 240 11 374 45 140 0 1 425 142 63
Binary 10100000 1001 11111100 100101 1100000 0 1 100010101 1100010 110011

Color Harmonies of #A009FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A009FC

Black with #A009FC

Text Example


Text Example

White with #A009FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A009FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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