Html Css Color HEX #A30DFD Electric Purple

📋 copy color: '#A30DFD'

red 163 ◦ green 13 ◦ blue 253

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

Shades of Electric Purple #A30DFD

Tints of Electric Purple #A30DFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 58.97%

R = 38%
G = 3.03%
B = 58.97%

CMYK

 C value IS 0.36

 M value IS 0.95

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A30DFD (or 0xA30DFD) is known color: Electric Purple. HEX triplet: A3, 0D and FD. RGB value is (163,13,253). Sum of RGB (Red+Green+Blue) = 163+13+253=429 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.00% from 429); Green value is 13 (5.47% from 255 or 3.03% from 429); Blue value is 253 (99.22% from 255 or 58.97% from 429); Max value from RGB is 253 - color contains mainly: blue. Hex color #A30DFD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A30DFD is #5CF202. Grayscale: #545454. Windows color (decimal): -6091267 or 16584099. OLE color: 16584099.

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

Color convert

RGB 163 13 253 -
CMYK 0.36 0.95 0 0.01
HSL 277.5º 0.98% 0.52% -
HSV(B) 277.5º 0.95% 0.99% -
XYZ 32.98 15.17 94.12 -
YUV 85.21 222.7 183.49 -
System Red Green Blue C M Y K H S L
Decimal 163 13 253 0.36 0.95 0 0.01 277.5 0.98 0.52
Hex A3 D FD 24 5F 0 1 116 62 34
Octal 243 15 375 44 137 0 1 426 142 64
Binary 10100011 1101 11111101 100100 1011111 0 1 100010110 1100010 110100

Color Harmonies of #A30DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30DFD

Black with #A30DFD

Text Example


Text Example

White with #A30DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30DFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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