Html Css Color HEX #A706C0 Dark Violet

📋 copy color: '#A706C0'

red 167 ◦ green 6 ◦ blue 192

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

Shades of Dark Violet #A706C0

Tints of Dark Violet #A706C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 52.6%

R = 45.75%
G = 1.64%
B = 52.6%

CMYK

 C value IS 0.13

 M value IS 0.97

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A706C0 (or 0xA706C0) is known color: Dark Violet. HEX triplet: A7, 06 and C0. RGB value is (167,6,192). Sum of RGB (Red+Green+Blue) = 167+6+192=365 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.75% from 365); Green value is 6 (2.73% from 255 or 1.64% from 365); Blue value is 192 (75.39% from 255 or 52.60% from 365); Max value from RGB is 192 - color contains mainly: blue. Hex color #A706C0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A706C0 is #58F93F. Grayscale: #4A4A4A. Windows color (decimal): -5830976 or 12584615. OLE color: 12584615.

HSL color Cylindrical-coordinate representation of color #A706C0: hue angle of 291.94º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A706C0 is Cyan = 0.13, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 167 6 192 -
CMYK 0.13 0.97 0 0.25
HSL 291.94º 0.94% 0.39% -
HSV(B) 291.94º 0.97% 0.75% -
XYZ 25.52 12.15 50.87 -
YUV 75.34 193.84 193.38 -
System Red Green Blue C M Y K H S L
Decimal 167 6 192 0.13 0.97 0 0.25 291.94 0.94 0.39
Hex A7 6 C0 D 61 0 19 124 5E 27
Octal 247 6 300 15 141 0 31 444 136 47
Binary 10100111 110 11000000 1101 1100001 0 11001 100100100 1011110 100111

Color Harmonies of #A706C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A706C0

Black with #A706C0

Text Example


Text Example

White with #A706C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A706C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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