Html Css Color HEX #A00FFA Electric Purple

📋 copy color: '#A00FFA'

red 160 ◦ green 15 ◦ blue 250

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

Shades of Electric Purple #A00FFA

Tints of Electric Purple #A00FFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 58.82%

R = 37.65%
G = 3.53%
B = 58.82%

CMYK

 C value IS 0.36

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A00FFA (or 0xA00FFA) is known color: Electric Purple. HEX triplet: A0, 0F and FA. RGB value is (160,15,250). Sum of RGB (Red+Green+Blue) = 160+15+250=425 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.65% from 425); Green value is 15 (6.25% from 255 or 3.53% from 425); Blue value is 250 (98.05% from 255 or 58.82% from 425); Max value from RGB is 250 - color contains mainly: blue. Hex color #A00FFA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A00FFA is #5FF005. Grayscale: #545454. Windows color (decimal): -6287366 or 16388000. OLE color: 16388000.

HSL color Cylindrical-coordinate representation of color #A00FFA: hue angle of 277.02º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A00FFA is Cyan = 0.36, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 160 15 250 -
CMYK 0.36 0.94 0 0.02
HSL 277.02º 0.96% 0.52% -
HSV(B) 277.02º 0.94% 0.98% -
XYZ 31.92 14.72 91.6 -
YUV 85.15 221.04 181.39 -
System Red Green Blue C M Y K H S L
Decimal 160 15 250 0.36 0.94 0 0.02 277.02 0.96 0.52
Hex A0 F FA 24 5E 0 2 115 60 34
Octal 240 17 372 44 136 0 2 425 140 64
Binary 10100000 1111 11111010 100100 1011110 0 10 100010101 1100000 110100

Color Harmonies of #A00FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00FFA

Black with #A00FFA

Text Example


Text Example

White with #A00FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00FFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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