Html Css Color HEX #A30AFA Electric Purple

📋 copy color: '#A30AFA'

red 163 ◦ green 10 ◦ blue 250

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

Shades of Electric Purple #A30AFA

Tints of Electric Purple #A30AFA

RGB

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

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

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

R = 38.53%
G = 2.36%
B = 59.1%

CMYK

 C value IS 0.35

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A30AFA (or 0xA30AFA) is known color: Electric Purple. HEX triplet: A3, 0A and FA. RGB value is (163,10,250). Sum of RGB (Red+Green+Blue) = 163+10+250=423 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.53% from 423); Green value is 10 (4.30% from 255 or 2.36% from 423); Blue value is 250 (98.05% from 255 or 59.10% from 423); Max value from RGB is 250 - color contains mainly: blue. Hex color #A30AFA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A30AFA is #5CF505. Grayscale: #525252. Windows color (decimal): -6092038 or 16386723. OLE color: 16386723.

HSL color Cylindrical-coordinate representation of color #A30AFA: hue angle of 278.25º 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 #A30AFA is Cyan = 0.35, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 163 10 250 -
CMYK 0.35 0.96 0 0.02
HSL 278.25º 0.96% 0.51% -
HSV(B) 278.25º 0.96% 0.98% -
XYZ 32.47 14.91 91.61 -
YUV 83.11 222.19 184.99 -
System Red Green Blue C M Y K H S L
Decimal 163 10 250 0.35 0.96 0 0.02 278.25 0.96 0.51
Hex A3 A FA 23 60 0 2 116 60 33
Octal 243 12 372 43 140 0 2 426 140 63
Binary 10100011 1010 11111010 100011 1100000 0 10 100010110 1100000 110011

Color Harmonies of #A30AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30AFA

Black with #A30AFA

Text Example


Text Example

White with #A30AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30AFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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