Html Css Color HEX #A509FC Electric Purple

📋 copy color: '#A509FC'

red 165 ◦ green 9 ◦ blue 252

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

Shades of Electric Purple #A509FC

Tints of Electric Purple #A509FC

RGB

 RED value IS 165 (64.84% from 255) = 38.73%

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

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

R = 38.73%
G = 2.11%
B = 59.15%

CMYK

 C value IS 0.35

 M value IS 0.96

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A509FC (or 0xA509FC) is known color: Electric Purple. HEX triplet: A5, 09 and FC. RGB value is (165,9,252). Sum of RGB (Red+Green+Blue) = 165+9+252=426 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.73% from 426); Green value is 9 (3.91% from 255 or 2.11% from 426); Blue value is 252 (98.83% from 255 or 59.15% from 426); Max value from RGB is 252 - color contains mainly: blue. Hex color #A509FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A509FC is #5AF603. Grayscale: #525252. Windows color (decimal): -5961220 or 16517541. OLE color: 16517541.

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

Color convert

RGB 165 9 252 -
CMYK 0.35 0.96 0 0.01
HSL 278.52º 0.98% 0.51% -
HSV(B) 278.52º 0.96% 0.99% -
XYZ 33.19 15.22 93.28 -
YUV 83.35 223.18 186.24 -
System Red Green Blue C M Y K H S L
Decimal 165 9 252 0.35 0.96 0 0.01 278.52 0.98 0.51
Hex A5 9 FC 23 60 0 1 117 62 33
Octal 245 11 374 43 140 0 1 427 142 63
Binary 10100101 1001 11111100 100011 1100000 0 1 100010111 1100010 110011

Color Harmonies of #A509FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A509FC

Black with #A509FC

Text Example


Text Example

White with #A509FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A509FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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