Html Css Color HEX #A508F1 Electric Purple

📋 copy color: '#A508F1'

red 165 ◦ green 8 ◦ blue 241

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

Shades of Electric Purple #A508F1

Tints of Electric Purple #A508F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 58.21%

R = 39.86%
G = 1.93%
B = 58.21%

CMYK

 C value IS 0.32

 M value IS 0.97

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A508F1 (or 0xA508F1) is known color: Electric Purple. HEX triplet: A5, 08 and F1. RGB value is (165,8,241). Sum of RGB (Red+Green+Blue) = 165+8+241=414 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.86% from 414); Green value is 8 (3.52% from 255 or 1.93% from 414); Blue value is 241 (94.53% from 255 or 58.21% from 414); Max value from RGB is 241 - color contains mainly: blue. Hex color #A508F1 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A508F1 is #5AF70E. Grayscale: #505050. Windows color (decimal): -5961487 or 15796389. OLE color: 15796389.

HSL color Cylindrical-coordinate representation of color #A508F1: hue angle of 280.43º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A508F1 is Cyan = 0.32, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 165 8 241 -
CMYK 0.32 0.97 0 0.05
HSL 280.43º 0.94% 0.49% -
HSV(B) 280.43º 0.97% 0.95% -
XYZ 31.48 14.52 84.36 -
YUV 81.51 218.01 187.55 -
System Red Green Blue C M Y K H S L
Decimal 165 8 241 0.32 0.97 0 0.05 280.43 0.94 0.49
Hex A5 8 F1 20 61 0 5 118 5E 31
Octal 245 10 361 40 141 0 5 430 136 61
Binary 10100101 1000 11110001 100000 1100001 0 101 100011000 1011110 110001

Color Harmonies of #A508F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A508F1

Black with #A508F1

Text Example


Text Example

White with #A508F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A508F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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