Html Css Color HEX #A515EE Electric Purple

📋 copy color: '#A515EE'

red 165 ◦ green 21 ◦ blue 238

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

Shades of Electric Purple #A515EE

Tints of Electric Purple #A515EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 56.13%

R = 38.92%
G = 4.95%
B = 56.13%

CMYK

 C value IS 0.31

 M value IS 0.91

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A515EE (or 0xA515EE) is known color: Electric Purple. HEX triplet: A5, 15 and EE. RGB value is (165,21,238). Sum of RGB (Red+Green+Blue) = 165+21+238=424 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.92% from 424); Green value is 21 (8.59% from 255 or 4.95% from 424); Blue value is 238 (93.36% from 255 or 56.13% from 424); Max value from RGB is 238 - color contains mainly: blue. Hex color #A515EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A515EE is #5AEA11. Grayscale: #585858. Windows color (decimal): -5958162 or 15603109. OLE color: 15603109.

HSL color Cylindrical-coordinate representation of color #A515EE: hue angle of 279.82º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A515EE is Cyan = 0.31, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 165 21 238 -
CMYK 0.31 0.91 0 0.07
HSL 279.82º 0.86% 0.51% -
HSV(B) 279.82º 0.91% 0.93% -
XYZ 31.22 14.71 82.08 -
YUV 88.79 212.21 182.36 -
System Red Green Blue C M Y K H S L
Decimal 165 21 238 0.31 0.91 0 0.07 279.82 0.86 0.51
Hex A5 15 EE 1F 5B 0 7 118 56 33
Octal 245 25 356 37 133 0 7 430 126 63
Binary 10100101 10101 11101110 11111 1011011 0 111 100011000 1010110 110011

Color Harmonies of #A515EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A515EE

Black with #A515EE

Text Example


Text Example

White with #A515EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A515EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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