Html Css Color HEX #A507FE Electric Purple

📋 copy color: '#A507FE'

red 165 ◦ green 7 ◦ blue 254

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

Shades of Electric Purple #A507FE

Tints of Electric Purple #A507FE

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.64%

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

R = 38.73%
G = 1.64%
B = 59.62%

CMYK

 C value IS 0.35

 M value IS 0.97

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A507FE (or 0xA507FE) is known color: Electric Purple. HEX triplet: A5, 07 and FE. RGB value is (165,7,254). Sum of RGB (Red+Green+Blue) = 165+7+254=426 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.73% from 426); Green value is 7 (3.12% from 255 or 1.64% from 426); Blue value is 254 (99.61% from 255 or 59.62% from 426); Max value from RGB is 254 - color contains mainly: blue. Hex color #A507FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A507FE is #5AF801. Grayscale: #515151. Windows color (decimal): -5961730 or 16648101. OLE color: 16648101.

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

Color convert

RGB 165 7 254 -
CMYK 0.35 0.97 0 0.00
HSL 278.38º 0.99% 0.51% -
HSV(B) 278.38º 0.97% 1% -
XYZ 33.48 15.31 94.96 -
YUV 82.4 224.85 186.92 -
System Red Green Blue C M Y K H S L
Decimal 165 7 254 0.35 0.97 0 0.00 278.38 0.99 0.51
Hex A5 7 FE 23 61 0 0 116 63 33
Octal 245 7 376 43 141 0 0 426 143 63
Binary 10100101 111 11111110 100011 1100001 0 0 100010110 1100011 110011

Color Harmonies of #A507FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A507FE

Black with #A507FE

Text Example


Text Example

White with #A507FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A507FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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