Html Css Color HEX #A705F8 Electric Purple

📋 copy color: '#A705F8'

red 167 ◦ green 5 ◦ blue 248

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

Shades of Electric Purple #A705F8

Tints of Electric Purple #A705F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 59.05%

R = 39.76%
G = 1.19%
B = 59.05%

CMYK

 C value IS 0.33

 M value IS 0.98

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#A705F8 (or 0xA705F8) is known color: Electric Purple. HEX triplet: A7, 05 and F8. RGB value is (167,5,248). Sum of RGB (Red+Green+Blue) = 167+5+248=420 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.76% from 420); Green value is 5 (2.34% from 255 or 1.19% from 420); Blue value is 248 (97.27% from 255 or 59.05% from 420); Max value from RGB is 248 - color contains mainly: blue. Hex color #A705F8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A705F8 is #58FA07. Grayscale: #505050. Windows color (decimal): -5831176 or 16254375. OLE color: 16254375.

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

Color convert

RGB 167 5 248 -
CMYK 0.33 0.98 0 0.03
HSL 280º 0.96% 0.5% -
HSV(B) 280º 0.98% 0.97% -
XYZ 32.93 15.1 89.99 -
YUV 81.14 222.17 189.24 -
System Red Green Blue C M Y K H S L
Decimal 167 5 248 0.33 0.98 0 0.03 280 0.96 0.5
Hex A7 5 F8 21 62 0 3 118 60 32
Octal 247 5 370 41 142 0 3 430 140 62
Binary 10100111 101 11111000 100001 1100010 0 11 100011000 1100000 110010

Color Harmonies of #A705F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A705F8

Black with #A705F8

Text Example


Text Example

White with #A705F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A705F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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