Html Css Color HEX #A706BA Dark Violet

📋 copy color: '#A706BA'

red 167 ◦ green 6 ◦ blue 186

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

Shades of Dark Violet #A706BA

Tints of Dark Violet #A706BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 51.81%

R = 46.52%
G = 1.67%
B = 51.81%

CMYK

 C value IS 0.10

 M value IS 0.97

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A706BA (or 0xA706BA) is known color: Dark Violet. HEX triplet: A7, 06 and BA. RGB value is (167,6,186). Sum of RGB (Red+Green+Blue) = 167+6+186=359 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.52% from 359); Green value is 6 (2.73% from 255 or 1.67% from 359); Blue value is 186 (73.05% from 255 or 51.81% from 359); Max value from RGB is 186 - color contains mainly: blue. Hex color #A706BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A706BA is #58F945. Grayscale: #4A4A4A. Windows color (decimal): -5830982 or 12191399. OLE color: 12191399.

HSL color Cylindrical-coordinate representation of color #A706BA: hue angle of 293.67º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A706BA is Cyan = 0.10, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 167 6 186 -
CMYK 0.10 0.97 0 0.27
HSL 293.67º 0.94% 0.38% -
HSV(B) 293.67º 0.97% 0.73% -
XYZ 24.86 11.89 47.44 -
YUV 74.66 190.84 193.86 -
System Red Green Blue C M Y K H S L
Decimal 167 6 186 0.10 0.97 0 0.27 293.67 0.94 0.38
Hex A7 6 BA A 61 0 1B 126 5E 26
Octal 247 6 272 12 141 0 33 446 136 46
Binary 10100111 110 10111010 1010 1100001 0 11011 100100110 1011110 100110

Color Harmonies of #A706BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A706BA

Black with #A706BA

Text Example


Text Example

White with #A706BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A706BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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