Html Css Color HEX #A30DFF Electric Purple

📋 copy color: '#A30DFF'

red 163 ◦ green 13 ◦ blue 255

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

Shades of Electric Purple #A30DFF

Tints of Electric Purple #A30DFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 59.16%

R = 37.82%
G = 3.02%
B = 59.16%

CMYK

 C value IS 0.36

 M value IS 0.95

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A30DFF (or 0xA30DFF) is known color: Electric Purple. HEX triplet: A3, 0D and FF. RGB value is (163,13,255). Sum of RGB (Red+Green+Blue) = 163+13+255=431 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.82% from 431); Green value is 13 (5.47% from 255 or 3.02% from 431); Blue value is 255 (100% from 255 or 59.16% from 431); Max value from RGB is 255 - color contains mainly: blue. Hex color #A30DFF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A30DFF is #5CF200. Grayscale: #545454. Windows color (decimal): -6091265 or 16715171. OLE color: 16715171.

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

Color convert

RGB 163 13 255 -
CMYK 0.36 0.95 0 0
HSL 277.19º 1% 0.53% -
HSV(B) 277.19º 0.95% 1% -
XYZ 33.3 15.29 95.8 -
YUV 85.44 223.7 183.32 -
System Red Green Blue C M Y K H S L
Decimal 163 13 255 0.36 0.95 0 0 277.19 1 0.53
Hex A3 D FF 24 5F 0 0 115 64 35
Octal 243 15 377 44 137 0 0 425 144 65
Binary 10100011 1101 11111111 100100 1011111 0 0 100010101 1100100 110101

Color Harmonies of #A30DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30DFF

Black with #A30DFF

Text Example


Text Example

White with #A30DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30DFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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