Html Css Color HEX #A705F6 Electric Purple

📋 copy color: '#A705F6'

red 167 ◦ green 5 ◦ blue 246

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

Shades of Electric Purple #A705F6

Tints of Electric Purple #A705F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 58.85%

R = 39.95%
G = 1.2%
B = 58.85%

CMYK

 C value IS 0.32

 M value IS 0.98

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A705F6 (or 0xA705F6) is known color: Electric Purple. HEX triplet: A7, 05 and F6. RGB value is (167,5,246). Sum of RGB (Red+Green+Blue) = 167+5+246=418 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.95% from 418); Green value is 5 (2.34% from 255 or 1.20% from 418); Blue value is 246 (96.48% from 255 or 58.85% from 418); Max value from RGB is 246 - color contains mainly: blue. Hex color #A705F6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A705F6 is #58FA09. Grayscale: #505050. Windows color (decimal): -5831178 or 16123303. OLE color: 16123303.

HSL color Cylindrical-coordinate representation of color #A705F6: hue angle of 280.33º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A705F6 is Cyan = 0.32, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 167 5 246 -
CMYK 0.32 0.98 0 0.04
HSL 280.33º 0.96% 0.49% -
HSV(B) 280.33º 0.98% 0.96% -
XYZ 32.63 14.98 88.36 -
YUV 80.91 221.17 189.4 -
System Red Green Blue C M Y K H S L
Decimal 167 5 246 0.32 0.98 0 0.04 280.33 0.96 0.49
Hex A7 5 F6 20 62 0 4 118 60 31
Octal 247 5 366 40 142 0 4 430 140 61
Binary 10100111 101 11110110 100000 1100010 0 100 100011000 1100000 110001

Color Harmonies of #A705F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A705F6

Black with #A705F6

Text Example


Text Example

White with #A705F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A705F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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