Html Css Color HEX #A015FD Electric Purple

📋 copy color: '#A015FD'

red 160 ◦ green 21 ◦ blue 253

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

Shades of Electric Purple #A015FD

Tints of Electric Purple #A015FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 58.29%

R = 36.87%
G = 4.84%
B = 58.29%

CMYK

 C value IS 0.37

 M value IS 0.92

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A015FD (or 0xA015FD) is known color: Electric Purple. HEX triplet: A0, 15 and FD. RGB value is (160,21,253). Sum of RGB (Red+Green+Blue) = 160+21+253=434 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.87% from 434); Green value is 21 (8.59% from 255 or 4.84% from 434); Blue value is 253 (99.22% from 255 or 58.29% from 434); Max value from RGB is 253 - color contains mainly: blue. Hex color #A015FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A015FD is #5FEA02. Grayscale: #585858. Windows color (decimal): -6285827 or 16586144. OLE color: 16586144.

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

Color convert

RGB 160 21 253 -
CMYK 0.37 0.92 0 0.01
HSL 275.95º 0.98% 0.54% -
HSV(B) 275.95º 0.92% 0.99% -
XYZ 32.5 15.1 94.13 -
YUV 89.01 220.55 178.64 -
System Red Green Blue C M Y K H S L
Decimal 160 21 253 0.37 0.92 0 0.01 275.95 0.98 0.54
Hex A0 15 FD 25 5C 0 1 114 62 36
Octal 240 25 375 45 134 0 1 424 142 66
Binary 10100000 10101 11111101 100101 1011100 0 1 100010100 1100010 110110

Color Harmonies of #A015FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A015FD

Black with #A015FD

Text Example


Text Example

White with #A015FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A015FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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