Html Css Color HEX #A714EE Electric Purple

📋 copy color: '#A714EE'

red 167 ◦ green 20 ◦ blue 238

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

Shades of Electric Purple #A714EE

Tints of Electric Purple #A714EE

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.71%

 BLUE value IS 238 (93.36% from 255) = 56%

R = 39.29%
G = 4.71%
B = 56%

CMYK

 C value IS 0.30

 M value IS 0.92

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A714EE (or 0xA714EE) is known color: Electric Purple. HEX triplet: A7, 14 and EE. RGB value is (167,20,238). Sum of RGB (Red+Green+Blue) = 167+20+238=425 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.29% from 425); Green value is 20 (8.20% from 255 or 4.71% from 425); Blue value is 238 (93.36% from 255 or 56% from 425); Max value from RGB is 238 - color contains mainly: blue. Hex color #A714EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A714EE is #58EB11. Grayscale: #585858. Windows color (decimal): -5827346 or 15602855. OLE color: 15602855.

HSL color Cylindrical-coordinate representation of color #A714EE: hue angle of 280.46º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A714EE is Cyan = 0.30, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 167 20 238 -
CMYK 0.30 0.92 0 0.07
HSL 280.46º 0.87% 0.51% -
HSV(B) 280.46º 0.92% 0.93% -
XYZ 31.62 14.89 82.1 -
YUV 88.81 212.2 183.77 -
System Red Green Blue C M Y K H S L
Decimal 167 20 238 0.30 0.92 0 0.07 280.46 0.87 0.51
Hex A7 14 EE 1E 5C 0 7 118 57 33
Octal 247 24 356 36 134 0 7 430 127 63
Binary 10100111 10100 11101110 11110 1011100 0 111 100011000 1010111 110011

Color Harmonies of #A714EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A714EE

Black with #A714EE

Text Example


Text Example

White with #A714EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A714EE; }

 p { color: rgb(167,20,238); }

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

background-color css

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

 a { background-color: rgb(167,20,238); }

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

border-color css

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

 span { border-color: rgb(167,20,238); }

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