Html Css Color HEX #A515F7 Electric Purple

📋 copy color: '#A515F7'

red 165 ◦ green 21 ◦ blue 247

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

Shades of Electric Purple #A515F7

Tints of Electric Purple #A515F7

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.85%

 BLUE value IS 247 (96.88% from 255) = 57.04%

R = 38.11%
G = 4.85%
B = 57.04%

CMYK

 C value IS 0.33

 M value IS 0.91

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#A515F7 (or 0xA515F7) is known color: Electric Purple. HEX triplet: A5, 15 and F7. RGB value is (165,21,247). Sum of RGB (Red+Green+Blue) = 165+21+247=433 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.11% from 433); Green value is 21 (8.59% from 255 or 4.85% from 433); Blue value is 247 (96.88% from 255 or 57.04% from 433); Max value from RGB is 247 - color contains mainly: blue. Hex color #A515F7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A515F7 is #5AEA08. Grayscale: #595959. Windows color (decimal): -5958153 or 16192933. OLE color: 16192933.

HSL color Cylindrical-coordinate representation of color #A515F7: hue angle of 278.23º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A515F7 is Cyan = 0.33, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 165 21 247 -
CMYK 0.33 0.91 0 0.03
HSL 278.23º 0.93% 0.53% -
HSV(B) 278.23º 0.91% 0.97% -
XYZ 32.57 15.25 89.22 -
YUV 89.82 216.71 181.62 -
System Red Green Blue C M Y K H S L
Decimal 165 21 247 0.33 0.91 0 0.03 278.23 0.93 0.53
Hex A5 15 F7 21 5B 0 3 116 5D 35
Octal 245 25 367 41 133 0 3 426 135 65
Binary 10100101 10101 11110111 100001 1011011 0 11 100010110 1011101 110101

Color Harmonies of #A515F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A515F7

Black with #A515F7

Text Example


Text Example

White with #A515F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A515F7; }

 p { color: rgb(165,21,247); }

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

background-color css

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

 a { background-color: rgb(165,21,247); }

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

border-color css

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

 span { border-color: rgb(165,21,247); }

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