Html Css Color HEX #A30DF9 Electric Purple

📋 copy color: '#A30DF9'

red 163 ◦ green 13 ◦ blue 249

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

Shades of Electric Purple #A30DF9

Tints of Electric Purple #A30DF9

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.06%

 BLUE value IS 249 (97.66% from 255) = 58.59%

R = 38.35%
G = 3.06%
B = 58.59%

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

#A30DF9 (or 0xA30DF9) is known color: Electric Purple. HEX triplet: A3, 0D and F9. RGB value is (163,13,249). Sum of RGB (Red+Green+Blue) = 163+13+249=425 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.35% from 425); Green value is 13 (5.47% from 255 or 3.06% from 425); Blue value is 249 (97.66% from 255 or 58.59% from 425); Max value from RGB is 249 - color contains mainly: blue. Hex color #A30DF9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A30DF9 is #5CF206. Grayscale: #535353. Windows color (decimal): -6091271 or 16321955. OLE color: 16321955.

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

Color convert

RGB 163 13 249 -
CMYK 0.35 0.95 0 0.02
HSL 278.14º 0.95% 0.51% -
HSV(B) 278.14º 0.95% 0.98% -
XYZ 32.35 14.91 90.8 -
YUV 84.75 220.7 183.81 -
System Red Green Blue C M Y K H S L
Decimal 163 13 249 0.35 0.95 0 0.02 278.14 0.95 0.51
Hex A3 D F9 23 5F 0 2 116 5F 33
Octal 243 15 371 43 137 0 2 426 137 63
Binary 10100011 1101 11111001 100011 1011111 0 10 100010110 1011111 110011

Color Harmonies of #A30DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30DF9

Black with #A30DF9

Text Example


Text Example

White with #A30DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30DF9; }

 p { color: rgb(163,13,249); }

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

background-color css

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

 a { background-color: rgb(163,13,249); }

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

border-color css

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

 span { border-color: rgb(163,13,249); }

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