Html Css Color HEX #A706FD Electric Purple

📋 copy color: '#A706FD'

red 167 ◦ green 6 ◦ blue 253

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

Shades of Electric Purple #A706FD

Tints of Electric Purple #A706FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 59.39%

R = 39.2%
G = 1.41%
B = 59.39%

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

#A706FD (or 0xA706FD) is known color: Electric Purple. HEX triplet: A7, 06 and FD. RGB value is (167,6,253). Sum of RGB (Red+Green+Blue) = 167+6+253=426 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.20% from 426); Green value is 6 (2.73% from 255 or 1.41% from 426); Blue value is 253 (99.22% from 255 or 59.39% from 426); Max value from RGB is 253 - color contains mainly: blue. Hex color #A706FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A706FD is #58F902. Grayscale: #515151. Windows color (decimal): -5830915 or 16582311. OLE color: 16582311.

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

Color convert

RGB 167 6 253 -
CMYK 0.34 0.98 0 0.01
HSL 279.11º 0.98% 0.51% -
HSV(B) 279.11º 0.98% 0.99% -
XYZ 33.73 15.44 94.13 -
YUV 82.3 224.34 188.42 -
System Red Green Blue C M Y K H S L
Decimal 167 6 253 0.34 0.98 0 0.01 279.11 0.98 0.51
Hex A7 6 FD 22 62 0 1 117 62 33
Octal 247 6 375 42 142 0 1 427 142 63
Binary 10100111 110 11111101 100010 1100010 0 1 100010111 1100010 110011

Color Harmonies of #A706FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A706FD

Black with #A706FD

Text Example


Text Example

White with #A706FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A706FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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