Html Css Color HEX #A705F9 Electric Purple

📋 copy color: '#A705F9'

red 167 ◦ green 5 ◦ blue 249

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

Shades of Electric Purple #A705F9

Tints of Electric Purple #A705F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 59.14%

R = 39.67%
G = 1.19%
B = 59.14%

CMYK

 C value IS 0.33

 M value IS 0.98

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A705F9 (or 0xA705F9) is known color: Electric Purple. HEX triplet: A7, 05 and F9. RGB value is (167,5,249). Sum of RGB (Red+Green+Blue) = 167+5+249=421 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.67% from 421); Green value is 5 (2.34% from 255 or 1.19% from 421); Blue value is 249 (97.66% from 255 or 59.14% from 421); Max value from RGB is 249 - color contains mainly: blue. Hex color #A705F9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A705F9 is #58FA06. Grayscale: #505050. Windows color (decimal): -5831175 or 16319911. OLE color: 16319911.

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

Color convert

RGB 167 5 249 -
CMYK 0.33 0.98 0 0.02
HSL 279.84º 0.96% 0.5% -
HSV(B) 279.84º 0.98% 0.98% -
XYZ 33.09 15.16 90.81 -
YUV 81.25 222.67 189.16 -
System Red Green Blue C M Y K H S L
Decimal 167 5 249 0.33 0.98 0 0.02 279.84 0.96 0.5
Hex A7 5 F9 21 62 0 2 118 60 32
Octal 247 5 371 41 142 0 2 430 140 62
Binary 10100111 101 11111001 100001 1100010 0 10 100011000 1100000 110010

Color Harmonies of #A705F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A705F9

Black with #A705F9

Text Example


Text Example

White with #A705F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A705F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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