Html Css Color HEX #A013FF Electric Purple

📋 copy color: '#A013FF'

red 160 ◦ green 19 ◦ blue 255

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

Shades of Electric Purple #A013FF

Tints of Electric Purple #A013FF

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.38%

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

R = 36.87%
G = 4.38%
B = 58.76%

CMYK

 C value IS 0.37

 M value IS 0.93

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A013FF (or 0xA013FF) is known color: Electric Purple. HEX triplet: A0, 13 and FF. RGB value is (160,19,255). Sum of RGB (Red+Green+Blue) = 160+19+255=434 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.87% from 434); Green value is 19 (7.81% from 255 or 4.38% from 434); Blue value is 255 (100% from 255 or 58.76% from 434); Max value from RGB is 255 - color contains mainly: blue. Hex color #A013FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A013FF is #5FEC00. Grayscale: #575757. Windows color (decimal): -6286337 or 16716704. OLE color: 16716704.

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

Color convert

RGB 160 19 255 -
CMYK 0.37 0.93 0 0
HSL 275.85º 1% 0.54% -
HSV(B) 275.85º 0.93% 1% -
XYZ 32.78 15.16 95.81 -
YUV 88.06 222.21 179.31 -
System Red Green Blue C M Y K H S L
Decimal 160 19 255 0.37 0.93 0 0 275.85 1 0.54
Hex A0 13 FF 25 5D 0 0 114 64 36
Octal 240 23 377 45 135 0 0 424 144 66
Binary 10100000 10011 11111111 100101 1011101 0 0 100010100 1100100 110110

Color Harmonies of #A013FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A013FF

Black with #A013FF

Text Example


Text Example

White with #A013FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A013FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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