Html Css Color HEX #A311F2 Electric Purple

📋 copy color: '#A311F2'

red 163 ◦ green 17 ◦ blue 242

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

Shades of Electric Purple #A311F2

Tints of Electric Purple #A311F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 57.35%

R = 38.63%
G = 4.03%
B = 57.35%

CMYK

 C value IS 0.33

 M value IS 0.93

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A311F2 (or 0xA311F2) is known color: Electric Purple. HEX triplet: A3, 11 and F2. RGB value is (163,17,242). Sum of RGB (Red+Green+Blue) = 163+17+242=422 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.63% from 422); Green value is 17 (7.03% from 255 or 4.03% from 422); Blue value is 242 (94.92% from 255 or 57.35% from 422); Max value from RGB is 242 - color contains mainly: blue. Hex color #A311F2 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A311F2 is #5CEE0D. Grayscale: #555555. Windows color (decimal): -6090254 or 15864227. OLE color: 15864227.

HSL color Cylindrical-coordinate representation of color #A311F2: hue angle of 278.93º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A311F2 is Cyan = 0.33, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 163 17 242 -
CMYK 0.33 0.93 0 0.05
HSL 278.93º 0.9% 0.51% -
HSV(B) 278.93º 0.93% 0.95% -
XYZ 31.33 14.6 85.17 -
YUV 86.3 215.87 182.7 -
System Red Green Blue C M Y K H S L
Decimal 163 17 242 0.33 0.93 0 0.05 278.93 0.9 0.51
Hex A3 11 F2 21 5D 0 5 117 5A 33
Octal 243 21 362 41 135 0 5 427 132 63
Binary 10100011 10001 11110010 100001 1011101 0 101 100010111 1011010 110011

Color Harmonies of #A311F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A311F2

Black with #A311F2

Text Example


Text Example

White with #A311F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A311F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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