Html Css Color HEX #A00AFA Electric Purple

📋 copy color: '#A00AFA'

red 160 ◦ green 10 ◦ blue 250

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

Shades of Electric Purple #A00AFA

Tints of Electric Purple #A00AFA

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.38%

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

R = 38.1%
G = 2.38%
B = 59.52%

CMYK

 C value IS 0.36

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A00AFA (or 0xA00AFA) is known color: Electric Purple. HEX triplet: A0, 0A and FA. RGB value is (160,10,250). Sum of RGB (Red+Green+Blue) = 160+10+250=420 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.10% from 420); Green value is 10 (4.30% from 255 or 2.38% from 420); Blue value is 250 (98.05% from 255 or 59.52% from 420); Max value from RGB is 250 - color contains mainly: blue. Hex color #A00AFA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A00AFA is #5FF505. Grayscale: #515151. Windows color (decimal): -6288646 or 16386720. OLE color: 16386720.

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

Color convert

RGB 160 10 250 -
CMYK 0.36 0.96 0 0.02
HSL 277.5º 0.96% 0.51% -
HSV(B) 277.5º 0.96% 0.98% -
XYZ 31.86 14.59 91.58 -
YUV 82.21 222.7 183.49 -
System Red Green Blue C M Y K H S L
Decimal 160 10 250 0.36 0.96 0 0.02 277.5 0.96 0.51
Hex A0 A FA 24 60 0 2 116 60 33
Octal 240 12 372 44 140 0 2 426 140 63
Binary 10100000 1010 11111010 100100 1100000 0 10 100010110 1100000 110011

Color Harmonies of #A00AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00AFA

Black with #A00AFA

Text Example


Text Example

White with #A00AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00AFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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