Html Css Color HEX #A30AFE Electric Purple

📋 copy color: '#A30AFE'

red 163 ◦ green 10 ◦ blue 254

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

Shades of Electric Purple #A30AFE

Tints of Electric Purple #A30AFE

RGB

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

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

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

R = 38.17%
G = 2.34%
B = 59.48%

CMYK

 C value IS 0.36

 M value IS 0.96

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A30AFE (or 0xA30AFE) is known color: Electric Purple. HEX triplet: A3, 0A and FE. RGB value is (163,10,254). Sum of RGB (Red+Green+Blue) = 163+10+254=427 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.17% from 427); Green value is 10 (4.30% from 255 or 2.34% from 427); Blue value is 254 (99.61% from 255 or 59.48% from 427); Max value from RGB is 254 - color contains mainly: blue. Hex color #A30AFE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A30AFE is #5CF501. Grayscale: #525252. Windows color (decimal): -6092034 or 16648867. OLE color: 16648867.

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

Color convert

RGB 163 10 254 -
CMYK 0.36 0.96 0 0.00
HSL 277.62º 0.99% 0.52% -
HSV(B) 277.62º 0.96% 1% -
XYZ 33.1 15.16 94.95 -
YUV 83.56 224.19 184.66 -
System Red Green Blue C M Y K H S L
Decimal 163 10 254 0.36 0.96 0 0.00 277.62 0.99 0.52
Hex A3 A FE 24 60 0 0 116 63 34
Octal 243 12 376 44 140 0 0 426 143 64
Binary 10100011 1010 11111110 100100 1100000 0 0 100010110 1100011 110100

Color Harmonies of #A30AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30AFE

Black with #A30AFE

Text Example


Text Example

White with #A30AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30AFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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