Html Css Color HEX #A312FF Electric Purple

📋 copy color: '#A312FF'

red 163 ◦ green 18 ◦ blue 255

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

Shades of Electric Purple #A312FF

Tints of Electric Purple #A312FF

RGB

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

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

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

R = 37.39%
G = 4.13%
B = 58.49%

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

#A312FF (or 0xA312FF) is known color: Electric Purple. HEX triplet: A3, 12 and FF. RGB value is (163,18,255). Sum of RGB (Red+Green+Blue) = 163+18+255=436 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.39% from 436); Green value is 18 (7.42% from 255 or 4.13% from 436); Blue value is 255 (100% from 255 or 58.49% from 436); Max value from RGB is 255 - color contains mainly: blue. Hex color #A312FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A312FF is #5CED00. Grayscale: #575757. Windows color (decimal): -6089985 or 16716451. OLE color: 16716451.

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

Color convert

RGB 163 18 255 -
CMYK 0.36 0.93 0 0
HSL 276.71º 1% 0.54% -
HSV(B) 276.71º 0.93% 1% -
XYZ 33.37 15.44 95.83 -
YUV 88.37 222.04 181.23 -
System Red Green Blue C M Y K H S L
Decimal 163 18 255 0.36 0.93 0 0 276.71 1 0.54
Hex A3 12 FF 24 5D 0 0 115 64 36
Octal 243 22 377 44 135 0 0 425 144 66
Binary 10100011 10010 11111111 100100 1011101 0 0 100010101 1100100 110110

Color Harmonies of #A312FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A312FF

Black with #A312FF

Text Example


Text Example

White with #A312FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A312FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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