Html Css Color HEX #A705FE Electric Purple

📋 copy color: '#A705FE'

red 167 ◦ green 5 ◦ blue 254

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

Shades of Electric Purple #A705FE

Tints of Electric Purple #A705FE

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.17%

 BLUE value IS 254 (99.61% from 255) = 59.62%

R = 39.2%
G = 1.17%
B = 59.62%

CMYK

 C value IS 0.34

 M value IS 0.98

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A705FE (or 0xA705FE) is known color: Electric Purple. HEX triplet: A7, 05 and FE. RGB value is (167,5,254). Sum of RGB (Red+Green+Blue) = 167+5+254=426 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.20% from 426); Green value is 5 (2.34% from 255 or 1.17% from 426); Blue value is 254 (99.61% from 255 or 59.62% from 426); Max value from RGB is 254 - color contains mainly: blue. Hex color #A705FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A705FE is #58FA01. Grayscale: #505050. Windows color (decimal): -5831170 or 16647591. OLE color: 16647591.

HSL color Cylindrical-coordinate representation of color #A705FE: hue angle of 279.04º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A705FE is Cyan = 0.34, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 167 5 254 -
CMYK 0.34 0.98 0 0.00
HSL 279.04º 0.99% 0.51% -
HSV(B) 279.04º 0.98% 1% -
XYZ 33.88 15.48 94.97 -
YUV 81.82 225.17 188.75 -
System Red Green Blue C M Y K H S L
Decimal 167 5 254 0.34 0.98 0 0.00 279.04 0.99 0.51
Hex A7 5 FE 22 62 0 0 117 63 33
Octal 247 5 376 42 142 0 0 427 143 63
Binary 10100111 101 11111110 100010 1100010 0 0 100010111 1100011 110011

Color Harmonies of #A705FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A705FE

Black with #A705FE

Text Example


Text Example

White with #A705FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A705FE; }

 p { color: rgb(167,5,254); }

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

background-color css

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

 a { background-color: rgb(167,5,254); }

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

border-color css

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

 span { border-color: rgb(167,5,254); }

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