Html Css Color HEX #A31BFF Electric Purple

📋 copy color: '#A31BFF'

red 163 ◦ green 27 ◦ blue 255

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

Shades of Electric Purple #A31BFF

Tints of Electric Purple #A31BFF

RGB

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

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

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

R = 36.63%
G = 6.07%
B = 57.3%

CMYK

 C value IS 0.36

 M value IS 0.89

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A31BFF (or 0xA31BFF) is known color: Electric Purple. HEX triplet: A3, 1B and FF. RGB value is (163,27,255). Sum of RGB (Red+Green+Blue) = 163+27+255=445 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.63% from 445); Green value is 27 (10.94% from 255 or 6.07% from 445); Blue value is 255 (100% from 255 or 57.30% from 445); Max value from RGB is 255 - color contains mainly: blue. Hex color #A31BFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A31BFF is #5CE400. Grayscale: #5C5C5C. Windows color (decimal): -6087681 or 16718755. OLE color: 16718755.

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

Color convert

RGB 163 27 255 -
CMYK 0.36 0.89 0 0
HSL 275.79º 1% 0.55% -
HSV(B) 275.79º 0.89% 1% -
XYZ 33.55 15.79 95.89 -
YUV 93.66 219.06 177.46 -
System Red Green Blue C M Y K H S L
Decimal 163 27 255 0.36 0.89 0 0 275.79 1 0.55
Hex A3 1B FF 24 59 0 0 114 64 37
Octal 243 33 377 44 131 0 0 424 144 67
Binary 10100011 11011 11111111 100100 1011001 0 0 100010100 1100100 110111

Color Harmonies of #A31BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31BFF

Black with #A31BFF

Text Example


Text Example

White with #A31BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31BFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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