Html Css Color HEX #A30BFE Electric Purple

📋 copy color: '#A30BFE'

red 163 ◦ green 11 ◦ blue 254

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

Shades of Electric Purple #A30BFE

Tints of Electric Purple #A30BFE

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.57%

 BLUE value IS 254 (99.61% from 255) = 59.35%

R = 38.08%
G = 2.57%
B = 59.35%

CMYK

 C value IS 0.36

 M value IS 0.96

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A30BFE (or 0xA30BFE) is known color: Electric Purple. HEX triplet: A3, 0B and FE. RGB value is (163,11,254). Sum of RGB (Red+Green+Blue) = 163+11+254=428 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.08% from 428); Green value is 11 (4.69% from 255 or 2.57% from 428); Blue value is 254 (99.61% from 255 or 59.35% from 428); Max value from RGB is 254 - color contains mainly: blue. Hex color #A30BFE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A30BFE is #5CF401. Grayscale: #535353. Windows color (decimal): -6091778 or 16649123. OLE color: 16649123.

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

Color convert

RGB 163 11 254 -
CMYK 0.36 0.96 0 0.00
HSL 277.53º 0.99% 0.52% -
HSV(B) 277.53º 0.96% 1% -
XYZ 33.11 15.18 94.95 -
YUV 84.15 223.86 184.24 -
System Red Green Blue C M Y K H S L
Decimal 163 11 254 0.36 0.96 0 0.00 277.53 0.99 0.52
Hex A3 B FE 24 60 0 0 116 63 34
Octal 243 13 376 44 140 0 0 426 143 64
Binary 10100011 1011 11111110 100100 1100000 0 0 100010110 1100011 110100

Color Harmonies of #A30BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30BFE

Black with #A30BFE

Text Example


Text Example

White with #A30BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30BFE; }

 p { color: rgb(163,11,254); }

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

background-color css

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

 a { background-color: rgb(163,11,254); }

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

border-color css

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

 span { border-color: rgb(163,11,254); }

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