Html Css Color HEX #A311FF Electric Purple

📋 copy color: '#A311FF'

red 163 ◦ green 17 ◦ blue 255

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

Shades of Electric Purple #A311FF

Tints of Electric Purple #A311FF

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.91%

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

R = 37.47%
G = 3.91%
B = 58.62%

CMYK

 C value IS 0.36

 M value IS 0.93

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A311FF (or 0xA311FF) is known color: Electric Purple. HEX triplet: A3, 11 and FF. RGB value is (163,17,255). Sum of RGB (Red+Green+Blue) = 163+17+255=435 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.47% from 435); Green value is 17 (7.03% from 255 or 3.91% from 435); Blue value is 255 (100% from 255 or 58.62% from 435); Max value from RGB is 255 - color contains mainly: blue. Hex color #A311FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A311FF is #5CEE00. Grayscale: #565656. Windows color (decimal): -6090241 or 16716195. OLE color: 16716195.

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

Color convert

RGB 163 17 255 -
CMYK 0.36 0.93 0 0
HSL 276.81º 1% 0.53% -
HSV(B) 276.81º 0.93% 1% -
XYZ 33.35 15.41 95.82 -
YUV 87.79 222.37 181.65 -
System Red Green Blue C M Y K H S L
Decimal 163 17 255 0.36 0.93 0 0 276.81 1 0.53
Hex A3 11 FF 24 5D 0 0 115 64 35
Octal 243 21 377 44 135 0 0 425 144 65
Binary 10100011 10001 11111111 100100 1011101 0 0 100010101 1100100 110101

Color Harmonies of #A311FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A311FF

Black with #A311FF

Text Example


Text Example

White with #A311FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A311FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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