Html Css Color HEX #A00FFF Electric Purple

📋 copy color: '#A00FFF'

red 160 ◦ green 15 ◦ blue 255

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

Shades of Electric Purple #A00FFF

Tints of Electric Purple #A00FFF

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.49%

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

R = 37.21%
G = 3.49%
B = 59.3%

CMYK

 C value IS 0.37

 M value IS 0.94

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A00FFF (or 0xA00FFF) is known color: Electric Purple. HEX triplet: A0, 0F and FF. RGB value is (160,15,255). Sum of RGB (Red+Green+Blue) = 160+15+255=430 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.21% from 430); Green value is 15 (6.25% from 255 or 3.49% from 430); Blue value is 255 (100% from 255 or 59.30% from 430); Max value from RGB is 255 - color contains mainly: blue. Hex color #A00FFF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A00FFF is #5FF000. Grayscale: #545454. Windows color (decimal): -6287361 or 16715680. OLE color: 16715680.

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

Color convert

RGB 160 15 255 -
CMYK 0.37 0.94 0 0
HSL 276.25º 1% 0.53% -
HSV(B) 276.25º 0.94% 1% -
XYZ 32.72 15.04 95.79 -
YUV 85.72 223.54 180.99 -
System Red Green Blue C M Y K H S L
Decimal 160 15 255 0.37 0.94 0 0 276.25 1 0.53
Hex A0 F FF 25 5E 0 0 114 64 35
Octal 240 17 377 45 136 0 0 424 144 65
Binary 10100000 1111 11111111 100101 1011110 0 0 100010100 1100100 110101

Color Harmonies of #A00FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00FFF

Black with #A00FFF

Text Example


Text Example

White with #A00FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00FFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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