Html Css Color HEX #A312F6 Electric Purple

📋 copy color: '#A312F6'

red 163 ◦ green 18 ◦ blue 246

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

Shades of Electric Purple #A312F6

Tints of Electric Purple #A312F6

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.22%

 BLUE value IS 246 (96.48% from 255) = 57.61%

R = 38.17%
G = 4.22%
B = 57.61%

CMYK

 C value IS 0.34

 M value IS 0.93

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A312F6 (or 0xA312F6) is known color: Electric Purple. HEX triplet: A3, 12 and F6. RGB value is (163,18,246). Sum of RGB (Red+Green+Blue) = 163+18+246=427 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.17% from 427); Green value is 18 (7.42% from 255 or 4.22% from 427); Blue value is 246 (96.48% from 255 or 57.61% from 427); Max value from RGB is 246 - color contains mainly: blue. Hex color #A312F6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A312F6 is #5CED09. Grayscale: #565656. Windows color (decimal): -6089994 or 16126627. OLE color: 16126627.

HSL color Cylindrical-coordinate representation of color #A312F6: hue angle of 278.16º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A312F6 is Cyan = 0.34, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 163 18 246 -
CMYK 0.34 0.93 0 0.04
HSL 278.16º 0.93% 0.52% -
HSV(B) 278.16º 0.93% 0.96% -
XYZ 31.96 14.87 88.38 -
YUV 87.35 217.54 181.96 -
System Red Green Blue C M Y K H S L
Decimal 163 18 246 0.34 0.93 0 0.04 278.16 0.93 0.52
Hex A3 12 F6 22 5D 0 4 116 5D 34
Octal 243 22 366 42 135 0 4 426 135 64
Binary 10100011 10010 11110110 100010 1011101 0 100 100010110 1011101 110100

Color Harmonies of #A312F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A312F6

Black with #A312F6

Text Example


Text Example

White with #A312F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A312F6; }

 p { color: rgb(163,18,246); }

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

background-color css

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

 a { background-color: rgb(163,18,246); }

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

border-color css

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

 span { border-color: rgb(163,18,246); }

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