Html Css Color HEX #A30CFA Electric Purple

📋 copy color: '#A30CFA'

red 163 ◦ green 12 ◦ blue 250

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

Shades of Electric Purple #A30CFA

Tints of Electric Purple #A30CFA

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.82%

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

R = 38.35%
G = 2.82%
B = 58.82%

CMYK

 C value IS 0.35

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A30CFA (or 0xA30CFA) is known color: Electric Purple. HEX triplet: A3, 0C and FA. RGB value is (163,12,250). Sum of RGB (Red+Green+Blue) = 163+12+250=425 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.35% from 425); Green value is 12 (5.08% from 255 or 2.82% from 425); Blue value is 250 (98.05% from 255 or 58.82% from 425); Max value from RGB is 250 - color contains mainly: blue. Hex color #A30CFA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A30CFA is #5CF305. Grayscale: #535353. Windows color (decimal): -6091526 or 16387235. OLE color: 16387235.

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

Color convert

RGB 163 12 250 -
CMYK 0.35 0.95 0 0.02
HSL 278.07º 0.96% 0.51% -
HSV(B) 278.07º 0.95% 0.98% -
XYZ 32.49 14.95 91.62 -
YUV 84.28 221.53 184.15 -
System Red Green Blue C M Y K H S L
Decimal 163 12 250 0.35 0.95 0 0.02 278.07 0.96 0.51
Hex A3 C FA 23 5F 0 2 116 60 33
Octal 243 14 372 43 137 0 2 426 140 63
Binary 10100011 1100 11111010 100011 1011111 0 10 100010110 1100000 110011

Color Harmonies of #A30CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30CFA

Black with #A30CFA

Text Example


Text Example

White with #A30CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30CFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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