Html Css Color HEX #A712FF Electric Purple

📋 copy color: '#A712FF'

red 167 ◦ green 18 ◦ blue 255

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

Shades of Electric Purple #A712FF

Tints of Electric Purple #A712FF

RGB

 RED value IS 167 (65.63% from 255) = 37.95%

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

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

R = 37.95%
G = 4.09%
B = 57.95%

CMYK

 C value IS 0.35

 M value IS 0.93

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A712FF (or 0xA712FF) is known color: Electric Purple. HEX triplet: A7, 12 and FF. RGB value is (167,18,255). Sum of RGB (Red+Green+Blue) = 167+18+255=440 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.95% from 440); Green value is 18 (7.42% from 255 or 4.09% from 440); Blue value is 255 (100% from 255 or 57.95% from 440); Max value from RGB is 255 - color contains mainly: blue. Hex color #A712FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A712FF is #58ED00. Grayscale: #585858. Windows color (decimal): -5827841 or 16716455. OLE color: 16716455.

HSL color Cylindrical-coordinate representation of color #A712FF: hue angle of 277.72º 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 #A712FF is Cyan = 0.35, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 167 18 255 -
CMYK 0.35 0.93 0 0
HSL 277.72º 1% 0.54% -
HSV(B) 277.72º 0.93% 1% -
XYZ 34.2 15.87 95.87 -
YUV 89.57 221.36 183.23 -
System Red Green Blue C M Y K H S L
Decimal 167 18 255 0.35 0.93 0 0 277.72 1 0.54
Hex A7 12 FF 23 5D 0 0 116 64 36
Octal 247 22 377 43 135 0 0 426 144 66
Binary 10100111 10010 11111111 100011 1011101 0 0 100010110 1100100 110110

Color Harmonies of #A712FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A712FF

Black with #A712FF

Text Example


Text Example

White with #A712FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A712FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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