Html Css Color HEX #A714F3 Electric Purple

📋 copy color: '#A714F3'

red 167 ◦ green 20 ◦ blue 243

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

Shades of Electric Purple #A714F3

Tints of Electric Purple #A714F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 56.51%

R = 38.84%
G = 4.65%
B = 56.51%

CMYK

 C value IS 0.31

 M value IS 0.92

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A714F3 (or 0xA714F3) is known color: Electric Purple. HEX triplet: A7, 14 and F3. RGB value is (167,20,243). Sum of RGB (Red+Green+Blue) = 167+20+243=430 (56% of max value = 765). Red value is 167 (65.62% from 255 or 38.84% from 430); Green value is 20 (8.20% from 255 or 4.65% from 430); Blue value is 243 (95.31% from 255 or 56.51% from 430); Max value from RGB is 243 - color contains mainly: blue. Hex color #A714F3 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A714F3 is #58EB0C. Grayscale: #585858. Windows color (decimal): -5827341 or 15930535. OLE color: 15930535.

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

Color convert

RGB 167 20 243 -
CMYK 0.31 0.92 0 0.05
HSL 279.55º 0.9% 0.52% -
HSV(B) 279.55º 0.92% 0.95% -
XYZ 32.36 15.19 86.02 -
YUV 89.38 214.7 183.37 -
System Red Green Blue C M Y K H S L
Decimal 167 20 243 0.31 0.92 0 0.05 279.55 0.9 0.52
Hex A7 14 F3 1F 5C 0 5 118 5A 34
Octal 247 24 363 37 134 0 5 430 132 64
Binary 10100111 10100 11110011 11111 1011100 0 101 100011000 1011010 110100

Color Harmonies of #A714F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A714F3

Black with #A714F3

Text Example


Text Example

White with #A714F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A714F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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