Html Css Color HEX #A509FE Electric Purple

📋 copy color: '#A509FE'

red 165 ◦ green 9 ◦ blue 254

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

Shades of Electric Purple #A509FE

Tints of Electric Purple #A509FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 59.35%

R = 38.55%
G = 2.1%
B = 59.35%

CMYK

 C value IS 0.35

 M value IS 0.96

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A509FE (or 0xA509FE) is known color: Electric Purple. HEX triplet: A5, 09 and FE. RGB value is (165,9,254). Sum of RGB (Red+Green+Blue) = 165+9+254=428 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.55% from 428); Green value is 9 (3.91% from 255 or 2.10% from 428); Blue value is 254 (99.61% from 255 or 59.35% from 428); Max value from RGB is 254 - color contains mainly: blue. Hex color #A509FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A509FE is #5AF601. Grayscale: #525252. Windows color (decimal): -5961218 or 16648613. OLE color: 16648613.

HSL color Cylindrical-coordinate representation of color #A509FE: hue angle of 278.2º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A509FE is Cyan = 0.35, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 165 9 254 -
CMYK 0.35 0.96 0 0.00
HSL 278.2º 0.99% 0.52% -
HSV(B) 278.2º 0.96% 1% -
XYZ 33.5 15.35 94.96 -
YUV 83.57 224.18 186.08 -
System Red Green Blue C M Y K H S L
Decimal 165 9 254 0.35 0.96 0 0.00 278.2 0.99 0.52
Hex A5 9 FE 23 60 0 0 116 63 34
Octal 245 11 376 43 140 0 0 426 143 64
Binary 10100101 1001 11111110 100011 1100000 0 0 100010110 1100011 110100

Color Harmonies of #A509FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A509FE

Black with #A509FE

Text Example


Text Example

White with #A509FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A509FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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