Html Css Color HEX #A015FF Electric Purple

📋 copy color: '#A015FF'

red 160 ◦ green 21 ◦ blue 255

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

Shades of Electric Purple #A015FF

Tints of Electric Purple #A015FF

RGB

 RED value IS 160 (62.89% from 255) = 36.7%

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

 BLUE value IS 255 (100% from 255) = 58.49%

R = 36.7%
G = 4.82%
B = 58.49%

CMYK

 C value IS 0.37

 M value IS 0.92

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A015FF (or 0xA015FF) is known color: Electric Purple. HEX triplet: A0, 15 and FF. RGB value is (160,21,255). Sum of RGB (Red+Green+Blue) = 160+21+255=436 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.70% from 436); Green value is 21 (8.59% from 255 or 4.82% from 436); Blue value is 255 (100% from 255 or 58.49% from 436); Max value from RGB is 255 - color contains mainly: blue. Hex color #A015FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A015FF is #5FEA00. Grayscale: #585858. Windows color (decimal): -6285825 or 16717216. OLE color: 16717216.

HSL color Cylindrical-coordinate representation of color #A015FF: hue angle of 275.64º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A015FF is Cyan = 0.37, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 160 21 255 -
CMYK 0.37 0.92 0 0
HSL 275.64º 1% 0.54% -
HSV(B) 275.64º 0.92% 1% -
XYZ 32.82 15.23 95.82 -
YUV 89.24 221.55 178.47 -
System Red Green Blue C M Y K H S L
Decimal 160 21 255 0.37 0.92 0 0 275.64 1 0.54
Hex A0 15 FF 25 5C 0 0 114 64 36
Octal 240 25 377 45 134 0 0 424 144 66
Binary 10100000 10101 11111111 100101 1011100 0 0 100010100 1100100 110110

Color Harmonies of #A015FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A015FF

Black with #A015FF

Text Example


Text Example

White with #A015FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A015FF; }

 p { color: rgb(160,21,255); }

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

background-color css

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

 a { background-color: rgb(160,21,255); }

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

border-color css

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

 span { border-color: rgb(160,21,255); }

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