Html Css Color HEX #A706E7 Dark Violet

📋 copy color: '#A706E7'

red 167 ◦ green 6 ◦ blue 231

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

Shades of Dark Violet #A706E7

Tints of Dark Violet #A706E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 57.18%

R = 41.34%
G = 1.49%
B = 57.18%

CMYK

 C value IS 0.28

 M value IS 0.97

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A706E7 (or 0xA706E7) is known color: Dark Violet. HEX triplet: A7, 06 and E7. RGB value is (167,6,231). Sum of RGB (Red+Green+Blue) = 167+6+231=404 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.34% from 404); Green value is 6 (2.73% from 255 or 1.49% from 404); Blue value is 231 (90.62% from 255 or 57.18% from 404); Max value from RGB is 231 - color contains mainly: blue. Hex color #A706E7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A706E7 is #58F918. Grayscale: #4F4F4F. Windows color (decimal): -5830937 or 15140519. OLE color: 15140519.

HSL color Cylindrical-coordinate representation of color #A706E7: hue angle of 282.93º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A706E7 is Cyan = 0.28, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 167 6 231 -
CMYK 0.28 0.97 0 0.09
HSL 282.93º 0.95% 0.46% -
HSV(B) 282.93º 0.97% 0.91% -
XYZ 30.43 14.12 76.72 -
YUV 79.79 213.34 190.2 -
System Red Green Blue C M Y K H S L
Decimal 167 6 231 0.28 0.97 0 0.09 282.93 0.95 0.46
Hex A7 6 E7 1C 61 0 9 11B 5F 2E
Octal 247 6 347 34 141 0 11 433 137 56
Binary 10100111 110 11100111 11100 1100001 0 1001 100011011 1011111 101110

Color Harmonies of #A706E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A706E7

Black with #A706E7

Text Example


Text Example

White with #A706E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A706E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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