Html Css Color HEX #A30AFC Electric Purple

📋 copy color: '#A30AFC'

red 163 ◦ green 10 ◦ blue 252

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

Shades of Electric Purple #A30AFC

Tints of Electric Purple #A30AFC

RGB

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

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

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

R = 38.35%
G = 2.35%
B = 59.29%

CMYK

 C value IS 0.35

 M value IS 0.96

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A30AFC (or 0xA30AFC) is known color: Electric Purple. HEX triplet: A3, 0A and FC. RGB value is (163,10,252). Sum of RGB (Red+Green+Blue) = 163+10+252=425 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.35% from 425); Green value is 10 (4.30% from 255 or 2.35% from 425); Blue value is 252 (98.83% from 255 or 59.29% from 425); Max value from RGB is 252 - color contains mainly: blue. Hex color #A30AFC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A30AFC is #5CF503. Grayscale: #525252. Windows color (decimal): -6092036 or 16517795. OLE color: 16517795.

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

Color convert

RGB 163 10 252 -
CMYK 0.35 0.96 0 0.01
HSL 277.93º 0.98% 0.51% -
HSV(B) 277.93º 0.96% 0.99% -
XYZ 32.78 15.03 93.27 -
YUV 83.34 223.19 184.82 -
System Red Green Blue C M Y K H S L
Decimal 163 10 252 0.35 0.96 0 0.01 277.93 0.98 0.51
Hex A3 A FC 23 60 0 1 116 62 33
Octal 243 12 374 43 140 0 1 426 142 63
Binary 10100011 1010 11111100 100011 1100000 0 1 100010110 1100010 110011

Color Harmonies of #A30AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30AFC

Black with #A30AFC

Text Example


Text Example

White with #A30AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30AFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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