Html Css Color HEX #A31BFE Electric Purple

📋 copy color: '#A31BFE'

red 163 ◦ green 27 ◦ blue 254

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

Shades of Electric Purple #A31BFE

Tints of Electric Purple #A31BFE

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.08%

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

R = 36.71%
G = 6.08%
B = 57.21%

CMYK

 C value IS 0.36

 M value IS 0.89

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A31BFE (or 0xA31BFE) is known color: Electric Purple. HEX triplet: A3, 1B and FE. RGB value is (163,27,254). Sum of RGB (Red+Green+Blue) = 163+27+254=444 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.71% from 444); Green value is 27 (10.94% from 255 or 6.08% from 444); Blue value is 254 (99.61% from 255 or 57.21% from 444); Max value from RGB is 254 - color contains mainly: blue. Hex color #A31BFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A31BFE is #5CE401. Grayscale: #5C5C5C. Windows color (decimal): -6087682 or 16653219. OLE color: 16653219.

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

Color convert

RGB 163 27 254 -
CMYK 0.36 0.89 0 0.00
HSL 275.95º 0.99% 0.55% -
HSV(B) 275.95º 0.89% 1% -
XYZ 33.39 15.73 95.04 -
YUV 93.54 218.56 177.54 -
System Red Green Blue C M Y K H S L
Decimal 163 27 254 0.36 0.89 0 0.00 275.95 0.99 0.55
Hex A3 1B FE 24 59 0 0 114 63 37
Octal 243 33 376 44 131 0 0 424 143 67
Binary 10100011 11011 11111110 100100 1011001 0 0 100010100 1100011 110111

Color Harmonies of #A31BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31BFE

Black with #A31BFE

Text Example


Text Example

White with #A31BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31BFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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