Html Css Color HEX #A706BE Dark Violet

📋 copy color: '#A706BE'

red 167 ◦ green 6 ◦ blue 190

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

Shades of Dark Violet #A706BE

Tints of Dark Violet #A706BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 52.34%

R = 46.01%
G = 1.65%
B = 52.34%

CMYK

 C value IS 0.12

 M value IS 0.97

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A706BE (or 0xA706BE) is known color: Dark Violet. HEX triplet: A7, 06 and BE. RGB value is (167,6,190). Sum of RGB (Red+Green+Blue) = 167+6+190=363 (48% of max value = 765). Red value is 167 (65.62% from 255 or 46.01% from 363); Green value is 6 (2.73% from 255 or 1.65% from 363); Blue value is 190 (74.61% from 255 or 52.34% from 363); Max value from RGB is 190 - color contains mainly: blue. Hex color #A706BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A706BE is #58F941. Grayscale: #4A4A4A. Windows color (decimal): -5830978 or 12453543. OLE color: 12453543.

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

Color convert

RGB 167 6 190 -
CMYK 0.12 0.97 0 0.25
HSL 292.5º 0.94% 0.38% -
HSV(B) 292.5º 0.97% 0.75% -
XYZ 25.3 12.06 49.71 -
YUV 75.12 192.84 193.54 -
System Red Green Blue C M Y K H S L
Decimal 167 6 190 0.12 0.97 0 0.25 292.5 0.94 0.38
Hex A7 6 BE C 61 0 19 124 5E 26
Octal 247 6 276 14 141 0 31 444 136 46
Binary 10100111 110 10111110 1100 1100001 0 11001 100100100 1011110 100110

Color Harmonies of #A706BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A706BE

Black with #A706BE

Text Example


Text Example

White with #A706BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A706BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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