Html Css Color HEX #A706FC Electric Purple

📋 copy color: '#A706FC'

red 167 ◦ green 6 ◦ blue 252

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

Shades of Electric Purple #A706FC

Tints of Electric Purple #A706FC

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.41%

 BLUE value IS 252 (98.83% from 255) = 59.29%

R = 39.29%
G = 1.41%
B = 59.29%

CMYK

 C value IS 0.34

 M value IS 0.98

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A706FC (or 0xA706FC) is known color: Electric Purple. HEX triplet: A7, 06 and FC. RGB value is (167,6,252). Sum of RGB (Red+Green+Blue) = 167+6+252=425 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.29% from 425); Green value is 6 (2.73% from 255 or 1.41% from 425); Blue value is 252 (98.83% from 255 or 59.29% from 425); Max value from RGB is 252 - color contains mainly: blue. Hex color #A706FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A706FC is #58F903. Grayscale: #515151. Windows color (decimal): -5830916 or 16516775. OLE color: 16516775.

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

Color convert

RGB 167 6 252 -
CMYK 0.34 0.98 0 0.01
HSL 279.27º 0.98% 0.51% -
HSV(B) 279.27º 0.98% 0.99% -
XYZ 33.57 15.37 93.29 -
YUV 82.18 223.84 188.5 -
System Red Green Blue C M Y K H S L
Decimal 167 6 252 0.34 0.98 0 0.01 279.27 0.98 0.51
Hex A7 6 FC 22 62 0 1 117 62 33
Octal 247 6 374 42 142 0 1 427 142 63
Binary 10100111 110 11111100 100010 1100010 0 1 100010111 1100010 110011

Color Harmonies of #A706FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A706FC

Black with #A706FC

Text Example


Text Example

White with #A706FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A706FC; }

 p { color: rgb(167,6,252); }

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

background-color css

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

 a { background-color: rgb(167,6,252); }

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

border-color css

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

 span { border-color: rgb(167,6,252); }

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