Html Css Color HEX #A00EFC Electric Purple

📋 copy color: '#A00EFC'

red 160 ◦ green 14 ◦ blue 252

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

Shades of Electric Purple #A00EFC

Tints of Electric Purple #A00EFC

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.29%

 BLUE value IS 252 (98.83% from 255) = 59.15%

R = 37.56%
G = 3.29%
B = 59.15%

CMYK

 C value IS 0.37

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A00EFC (or 0xA00EFC) is known color: Electric Purple. HEX triplet: A0, 0E and FC. RGB value is (160,14,252). Sum of RGB (Red+Green+Blue) = 160+14+252=426 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.56% from 426); Green value is 14 (5.86% from 255 or 3.29% from 426); Blue value is 252 (98.83% from 255 or 59.15% from 426); Max value from RGB is 252 - color contains mainly: blue. Hex color #A00EFC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A00EFC is #5FF103. Grayscale: #535353. Windows color (decimal): -6287620 or 16518816. OLE color: 16518816.

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

Color convert

RGB 160 14 252 -
CMYK 0.37 0.94 0 0.01
HSL 276.81º 0.98% 0.52% -
HSV(B) 276.81º 0.94% 0.99% -
XYZ 32.22 14.82 93.26 -
YUV 84.79 222.37 181.65 -
System Red Green Blue C M Y K H S L
Decimal 160 14 252 0.37 0.94 0 0.01 276.81 0.98 0.52
Hex A0 E FC 25 5E 0 1 115 62 34
Octal 240 16 374 45 136 0 1 425 142 64
Binary 10100000 1110 11111100 100101 1011110 0 1 100010101 1100010 110100

Color Harmonies of #A00EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00EFC

Black with #A00EFC

Text Example


Text Example

White with #A00EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00EFC; }

 p { color: rgb(160,14,252); }

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

background-color css

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

 a { background-color: rgb(160,14,252); }

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

border-color css

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

 span { border-color: rgb(160,14,252); }

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