Html Css Color HEX #A30EFE Electric Purple

📋 copy color: '#A30EFE'

red 163 ◦ green 14 ◦ blue 254

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

Shades of Electric Purple #A30EFE

Tints of Electric Purple #A30EFE

RGB

 RED value IS 163 (64.06% from 255) = 37.82%

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

 BLUE value IS 254 (99.61% from 255) = 58.93%

R = 37.82%
G = 3.25%
B = 58.93%

CMYK

 C value IS 0.36

 M value IS 0.94

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A30EFE (or 0xA30EFE) is known color: Electric Purple. HEX triplet: A3, 0E and FE. RGB value is (163,14,254). Sum of RGB (Red+Green+Blue) = 163+14+254=431 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.82% from 431); Green value is 14 (5.86% from 255 or 3.25% from 431); Blue value is 254 (99.61% from 255 or 58.93% from 431); Max value from RGB is 254 - color contains mainly: blue. Hex color #A30EFE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A30EFE is #5CF101. Grayscale: #555555. Windows color (decimal): -6091010 or 16649891. OLE color: 16649891.

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

Color convert

RGB 163 14 254 -
CMYK 0.36 0.94 0 0.00
HSL 277.25º 0.99% 0.53% -
HSV(B) 277.25º 0.94% 1% -
XYZ 33.15 15.26 94.96 -
YUV 85.91 222.86 182.99 -
System Red Green Blue C M Y K H S L
Decimal 163 14 254 0.36 0.94 0 0.00 277.25 0.99 0.53
Hex A3 E FE 24 5E 0 0 115 63 35
Octal 243 16 376 44 136 0 0 425 143 65
Binary 10100011 1110 11111110 100100 1011110 0 0 100010101 1100011 110101

Color Harmonies of #A30EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30EFE

Black with #A30EFE

Text Example


Text Example

White with #A30EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30EFE; }

 p { color: rgb(163,14,254); }

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

background-color css

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

 a { background-color: rgb(163,14,254); }

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

border-color css

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

 span { border-color: rgb(163,14,254); }

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