Html Css Color HEX #A30EFD Electric Purple

📋 copy color: '#A30EFD'

red 163 ◦ green 14 ◦ blue 253

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

Shades of Electric Purple #A30EFD

Tints of Electric Purple #A30EFD

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.26%

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

R = 37.91%
G = 3.26%
B = 58.84%

CMYK

 C value IS 0.36

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A30EFD (or 0xA30EFD) is known color: Electric Purple. HEX triplet: A3, 0E and FD. RGB value is (163,14,253). Sum of RGB (Red+Green+Blue) = 163+14+253=430 (56% of max value = 765). Red value is 163 (64.06% from 255 or 37.91% from 430); Green value is 14 (5.86% from 255 or 3.26% from 430); Blue value is 253 (99.22% from 255 or 58.84% from 430); Max value from RGB is 253 - color contains mainly: blue. Hex color #A30EFD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A30EFD is #5CF102. Grayscale: #545454. Windows color (decimal): -6091011 or 16584355. OLE color: 16584355.

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

Color convert

RGB 163 14 253 -
CMYK 0.36 0.94 0 0.01
HSL 277.41º 0.98% 0.52% -
HSV(B) 277.41º 0.94% 0.99% -
XYZ 32.99 15.19 94.12 -
YUV 85.8 222.36 183.07 -
System Red Green Blue C M Y K H S L
Decimal 163 14 253 0.36 0.94 0 0.01 277.41 0.98 0.52
Hex A3 E FD 24 5E 0 1 115 62 34
Octal 243 16 375 44 136 0 1 425 142 64
Binary 10100011 1110 11111101 100100 1011110 0 1 100010101 1100010 110100

Color Harmonies of #A30EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30EFD

Black with #A30EFD

Text Example


Text Example

White with #A30EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30EFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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