Html Css Color HEX #A31AFF Electric Purple

📋 copy color: '#A31AFF'

red 163 ◦ green 26 ◦ blue 255

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

Shades of Electric Purple #A31AFF

Tints of Electric Purple #A31AFF

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.86%

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

R = 36.71%
G = 5.86%
B = 57.43%

CMYK

 C value IS 0.36

 M value IS 0.90

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A31AFF (or 0xA31AFF) is known color: Electric Purple. HEX triplet: A3, 1A and FF. RGB value is (163,26,255). Sum of RGB (Red+Green+Blue) = 163+26+255=444 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.71% from 444); Green value is 26 (10.55% from 255 or 5.86% from 444); Blue value is 255 (100% from 255 or 57.43% from 444); Max value from RGB is 255 - color contains mainly: blue. Hex color #A31AFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A31AFF is #5CE500. Grayscale: #5C5C5C. Windows color (decimal): -6087937 or 16718499. OLE color: 16718499.

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

Color convert

RGB 163 26 255 -
CMYK 0.36 0.90 0 0
HSL 275.9º 1% 0.55% -
HSV(B) 275.9º 0.9% 1% -
XYZ 33.52 15.75 95.88 -
YUV 93.07 219.39 177.88 -
System Red Green Blue C M Y K H S L
Decimal 163 26 255 0.36 0.90 0 0 275.9 1 0.55
Hex A3 1A FF 24 5A 0 0 114 64 37
Octal 243 32 377 44 132 0 0 424 144 67
Binary 10100011 11010 11111111 100100 1011010 0 0 100010100 1100100 110111

Color Harmonies of #A31AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31AFF

Black with #A31AFF

Text Example


Text Example

White with #A31AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31AFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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