Html Css Color HEX #A508FE Electric Purple

📋 copy color: '#A508FE'

red 165 ◦ green 8 ◦ blue 254

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

Shades of Electric Purple #A508FE

Tints of Electric Purple #A508FE

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.87%

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

R = 38.64%
G = 1.87%
B = 59.48%

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

#A508FE (or 0xA508FE) is known color: Electric Purple. HEX triplet: A5, 08 and FE. RGB value is (165,8,254). Sum of RGB (Red+Green+Blue) = 165+8+254=427 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.64% from 427); Green value is 8 (3.52% from 255 or 1.87% from 427); Blue value is 254 (99.61% from 255 or 59.48% from 427); Max value from RGB is 254 - color contains mainly: blue. Hex color #A508FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A508FE is #5AF701. Grayscale: #525252. Windows color (decimal): -5961474 or 16648357. OLE color: 16648357.

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

Color convert

RGB 165 8 254 -
CMYK 0.35 0.97 0 0.00
HSL 278.29º 0.99% 0.51% -
HSV(B) 278.29º 0.97% 1% -
XYZ 33.49 15.33 94.96 -
YUV 82.99 224.51 186.5 -
System Red Green Blue C M Y K H S L
Decimal 165 8 254 0.35 0.97 0 0.00 278.29 0.99 0.51
Hex A5 8 FE 23 61 0 0 116 63 33
Octal 245 10 376 43 141 0 0 426 143 63
Binary 10100101 1000 11111110 100011 1100001 0 0 100010110 1100011 110011

Color Harmonies of #A508FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A508FE

Black with #A508FE

Text Example


Text Example

White with #A508FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A508FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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