Html Css Color HEX #A705FA Electric Purple

📋 copy color: '#A705FA'

red 167 ◦ green 5 ◦ blue 250

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

Shades of Electric Purple #A705FA

Tints of Electric Purple #A705FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 59.24%

R = 39.57%
G = 1.18%
B = 59.24%

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

#A705FA (or 0xA705FA) is known color: Electric Purple. HEX triplet: A7, 05 and FA. RGB value is (167,5,250). Sum of RGB (Red+Green+Blue) = 167+5+250=422 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.57% from 422); Green value is 5 (2.34% from 255 or 1.18% from 422); Blue value is 250 (98.05% from 255 or 59.24% from 422); Max value from RGB is 250 - color contains mainly: blue. Hex color #A705FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A705FA is #58FA05. Grayscale: #505050. Windows color (decimal): -5831174 or 16385447. OLE color: 16385447.

HSL color Cylindrical-coordinate representation of color #A705FA: hue angle of 279.67º 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 #A705FA is Cyan = 0.33, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 167 5 250 -
CMYK 0.33 0.98 0 0.02
HSL 279.67º 0.96% 0.5% -
HSV(B) 279.67º 0.98% 0.98% -
XYZ 33.25 15.23 91.63 -
YUV 81.37 223.17 189.08 -
System Red Green Blue C M Y K H S L
Decimal 167 5 250 0.33 0.98 0 0.02 279.67 0.96 0.5
Hex A7 5 FA 21 62 0 2 118 60 32
Octal 247 5 372 41 142 0 2 430 140 62
Binary 10100111 101 11111010 100001 1100010 0 10 100011000 1100000 110010

Color Harmonies of #A705FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A705FA

Black with #A705FA

Text Example


Text Example

White with #A705FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A705FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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