Html Css Color HEX #A706DC Dark Violet

📋 copy color: '#A706DC'

red 167 ◦ green 6 ◦ blue 220

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

Shades of Dark Violet #A706DC

Tints of Dark Violet #A706DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 55.98%

R = 42.49%
G = 1.53%
B = 55.98%

CMYK

 C value IS 0.24

 M value IS 0.97

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A706DC (or 0xA706DC) is known color: Dark Violet. HEX triplet: A7, 06 and DC. RGB value is (167,6,220). Sum of RGB (Red+Green+Blue) = 167+6+220=393 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.49% from 393); Green value is 6 (2.73% from 255 or 1.53% from 393); Blue value is 220 (86.33% from 255 or 55.98% from 393); Max value from RGB is 220 - color contains mainly: blue. Hex color #A706DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A706DC is #58F923. Grayscale: #4D4D4D. Windows color (decimal): -5830948 or 14419623. OLE color: 14419623.

HSL color Cylindrical-coordinate representation of color #A706DC: hue angle of 285.14º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A706DC is Cyan = 0.24, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 167 6 220 -
CMYK 0.24 0.97 0 0.14
HSL 285.14º 0.95% 0.44% -
HSV(B) 285.14º 0.97% 0.86% -
XYZ 28.92 13.51 68.79 -
YUV 78.54 207.84 191.1 -
System Red Green Blue C M Y K H S L
Decimal 167 6 220 0.24 0.97 0 0.14 285.14 0.95 0.44
Hex A7 6 DC 18 61 0 E 11D 5F 2C
Octal 247 6 334 30 141 0 16 435 137 54
Binary 10100111 110 11011100 11000 1100001 0 1110 100011101 1011111 101100

Color Harmonies of #A706DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A706DC

Black with #A706DC

Text Example


Text Example

White with #A706DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A706DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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